File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ jobs:
145145 os : ${{ fromJSON(needs.define-matrix.outputs.os) }}
146146 fail-fast : false
147147 steps :
148+ - name : " Update runner packages"
149+ if : ${{ startsWith(matrix.os, 'ubuntu-') }}
150+ run : sudo apt-get update && sudo apt-get install -y ca-certificates
151+
148152 - name : " Checkout"
149153 uses : actions/checkout@v4
150154
Original file line number Diff line number Diff line change 2828 // 'macos-15', // bin/spc for arm64
2929 // 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030 // 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
31- // 'ubuntu-24.04', // bin/spc for x86_64
31+ 'ubuntu-24.04 ' , // bin/spc for x86_64
3232 // 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3333 'ubuntu-24.04-arm ' , // bin/spc for arm64
3434 'windows-latest ' , // .\bin\spc.ps1
You can’t perform that action at this time.
0 commit comments