File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 uses : ilammy/setup-nasm@v1
2727 - if : ${{ matrix.platform == 'ubuntu-latest' }}
2828 name : Install LLVM and Clang
29- run : sudo apt install -y clang
29+ run : sudo apt update && sudo apt install -y clang
3030 - name : Install Rust
3131 run : |
3232 rustup set profile minimal
Original file line number Diff line number Diff line change 2222 uses : jlumbroso/free-disk-space@main
2323 - if : ${{ matrix.platform == 'ubuntu-latest' }}
2424 name : Install LLVM and Clang
25- run : sudo apt install -y clang
25+ run : sudo apt update && sudo apt install -y clang
2626 - uses : actions/checkout@v4
2727 - uses : Swatinem/rust-cache@v2
2828 - if : ${{ runner.os == 'Windows' }}
Original file line number Diff line number Diff line change 3232 uses : jlumbroso/free-disk-space@main
3333
3434 - name : Install LLVM and Clang
35- run : sudo apt install -y clang
35+ run : sudo apt update && sudo apt install -y clang
3636
3737 - uses : actions/checkout@v4
3838
Original file line number Diff line number Diff line change 7676 uses : jlumbroso/free-disk-space@main
7777
7878 - name : Install LLVM and Clang
79- run : sudo apt install -y clang
79+ run : sudo apt update && sudo apt install -y clang
8080
8181 - uses : actions/checkout@v4
8282
You can’t perform that action at this time.
0 commit comments