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

@@ -23,7 +23,7 @@ jobs:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Build image
run: ${{ inputs.build_command }}