We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6d7f4 commit b674bc4Copy full SHA for b674bc4
.github/workflows/nightly.yml
@@ -35,10 +35,10 @@ jobs:
35
strategy:
36
matrix:
37
platform:
38
- - os-name: Alpine-x86_64
+ - os-name: Linux-x86_64
39
runs-on: ubuntu-latest
40
target: x86_64-unknown-linux-musl
41
- - os-name: Alpine-aarch64
+ - os-name: Linux-aarch64
42
43
target: aarch64-unknown-linux-musl
44
- os-name: Windows-x86_64
@@ -51,6 +51,7 @@ jobs:
51
- name: Checkout
52
uses: actions/checkout@v4
53
- name: Install Protoc
54
+ if: ${{ matrix.platform.runs-on != 'ubuntu-latest' }}
55
uses: arduino/setup-protoc@v3
56
with:
57
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments