We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca2382 commit a891ca4Copy full SHA for a891ca4
1 file changed
.github/workflows/CI.yml
@@ -60,7 +60,8 @@ jobs:
60
- os: ubuntu-24.04
61
node_arch: arm64
62
cpp_arch: amd64_arm64
63
- distro: ubuntu20.04
+ distro: none
64
+ base_image: setup-cpp-ubuntu-gcc:20.04-1.3.0
65
native: false
66
67
# Musl Alpine Arm
@@ -179,6 +180,7 @@ jobs:
179
180
with:
181
arch: aarch64
182
distro: ${{ matrix.distro }}
183
+ base_image: ${{ matrix.base_image }}
184
githubToken: ${{ github.token }}
185
setup: |
186
mkdir -p "${PWD}/build"
0 commit comments