Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 8, 2023
1 parent 466c145 commit 16a05d6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
sudo tee -a /etc/apt/sources.list >/dev/null
done
sudo apt-get -yq update
sudo apt-get -yq install g++:${{ matrix.target-apt-arch }} gcc:${{ matrix.target-apt-arch }}
sudo apt-get -yq install gcc-aarch64-linux-gnu
- name: Setup cache πŸ’Ύ
uses: actions/cache@v3
Expand All @@ -87,16 +87,9 @@ jobs:
sudo apt-get -yq install musl-tools musl-dev:${{ matrix.target-apt-arch }}
sudo ln -s "/usr/bin/g++" "/usr/bin/musl-g++"
- name: Setup nasm πŸ§‘β€πŸ’» (windows, macos)
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macos')
- name: Setup nasm πŸ§‘β€πŸ’»
uses: ilammy/setup-nasm@v1

- name: Setup nasm πŸ§‘β€πŸ’» (ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get -yq update
sudo apt-get -yq install nasm:${{ matrix.target-apt-arch }}
- name: Setup rust toolchain πŸ¦€
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 16a05d6

Please sign in to comment.