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/reusable-workflow.yaml
vendored
2
.github/workflows/reusable-workflow.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user