mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update build pipeline (#1896)
* bump action versions to fix build warnings * resolve warning on set-output * Replace replace toolchain action with rustup cmd * fix syntax * run apt-get update before installing * use apt-get
This commit is contained in:
committed by
GitHub
parent
10a7bd2eff
commit
8093faee19
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Get npm cache directory
|
||||
id: npm-cache-dir
|
||||
run: |
|
||||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache@v3
|
||||
id: npm-cache
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user