Skip to content

Commit

Permalink
Update apt repositories on runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Sep 4, 2024
1 parent b850ba8 commit 10e5c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
run: sccache --start-server
- name: "\U0001F4BF Build dependencies"
run: |
sudo apt update
sudo apt install msitools
rustup default 1.77.2
rustup target add x86_64-pc-windows-msvc
Expand Down Expand Up @@ -257,6 +258,7 @@ jobs:
run: sccache --start-server
- name: "\U0001F4BF Build dependencies"
run: |
sudo apt update
sudo apt install msitools
rustup default 1.77.2
rustup target add x86_64-pc-windows-msvc
Expand Down Expand Up @@ -517,6 +519,7 @@ jobs:
run: sccache --start-server
- name: "\U0001F4BF Build dependencies"
run: |
sudo apt update
sudo apt install nasm
rustup default 1.77.2
rustup target add ${{ matrix.arch }}
Expand Down Expand Up @@ -694,6 +697,7 @@ jobs:
run: sccache --start-server
- name: "\U0001F4BF Build dependencies"
run: |
sudo apt update
sudo apt install nasm
rustup default 1.77.2
rustup target add ${{ matrix.arch }}
Expand Down

0 comments on commit 10e5c19

Please sign in to comment.