Skip to content

Commit 74d8019

Browse files
authored
Update test-default.yml
1 parent 07f7835 commit 74d8019

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-default.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
- name: setupclang-win-11-arm
5858
if: matrix.c == '-DCMAKE_C_COMPILER=clang' && matrix.os == 'windows-11-arm' || matrix.os == 'windows-latest'
5959
uses: egor-tensin/setup-clang@v1
60+
61+
- name: ubuntu-updateall
62+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
63+
run: sudo apt update && sudo apt upgrade
6064

6165
- name: Test
6266
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}

0 commit comments

Comments
 (0)