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:
Thomas Moerkerken
2022-10-31 21:30:58 +01:00
committed by GitHub
parent 10a7bd2eff
commit 8093faee19
3 changed files with 21 additions and 17 deletions

View File

@@ -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: