mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-13 01:13:11 +03:00
Fix GitHub Actions 404 Errors due to lack of apt-get update (#312)
This commit is contained in:
parent
a1ef11c3ba
commit
43aab9d231
4
.github/workflows/Linux.yml
vendored
4
.github/workflows/Linux.yml
vendored
@ -29,7 +29,9 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Linux Dependencies
|
||||
run: sudo apt-get install build-essential gcc-multilib clang libc6-dev-i386-cross dosfstools mtools xorriso -y
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential gcc-multilib clang libc6-dev-i386-cross dosfstools mtools xorriso -y
|
||||
|
||||
- name: Clean up
|
||||
working-directory: ./build${{matrix.wordsize}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user