mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:27:16 +03:00
GHA: update cross-platform-actions/action action to v0.30.0
Closes #19367
This commit is contained in:
parent
8d4530537a
commit
e5cc5640b3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/non-native.yml
vendored
6
.github/workflows/non-native.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- name: 'cmake'
|
||||
uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0
|
||||
uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0
|
||||
env:
|
||||
MATRIX_ARCH: '${{ matrix.arch }}'
|
||||
with:
|
||||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- name: 'cmake'
|
||||
uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0
|
||||
uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0
|
||||
env:
|
||||
MATRIX_ARCH: '${{ matrix.arch }}'
|
||||
with:
|
||||
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- name: '${{ matrix.build }}'
|
||||
uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0
|
||||
uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0
|
||||
env:
|
||||
CC: '${{ matrix.compiler }}'
|
||||
MATRIX_ARCH: '${{ matrix.arch }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue