Skip to content

Commit b674bc4

Browse files
committed
[CI] Nightly: do not install protoc on linux (cross used)
1 parent 0f6d7f4 commit b674bc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
strategy:
3636
matrix:
3737
platform:
38-
- os-name: Alpine-x86_64
38+
- os-name: Linux-x86_64
3939
runs-on: ubuntu-latest
4040
target: x86_64-unknown-linux-musl
41-
- os-name: Alpine-aarch64
41+
- os-name: Linux-aarch64
4242
runs-on: ubuntu-latest
4343
target: aarch64-unknown-linux-musl
4444
- os-name: Windows-x86_64
@@ -51,6 +51,7 @@ jobs:
5151
- name: Checkout
5252
uses: actions/checkout@v4
5353
- name: Install Protoc
54+
if: ${{ matrix.platform.runs-on != 'ubuntu-latest' }}
5455
uses: arduino/setup-protoc@v3
5556
with:
5657
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)