mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Update GITHUB_PATH
This commit is contained in:
parent
213acd9f10
commit
eecd8a9d86
2 changed files with 4 additions and 4 deletions
|
@ -47,8 +47,8 @@ runs:
|
|||
name: Export path
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
export PATH=$PATH:$HOME/.rustup/bin
|
||||
$HOME/.cargo/bin >> $GITHUB_PATH
|
||||
$HOME/.rustup/bin >> $GITHUB_PATH
|
||||
-
|
||||
name: Populate rust cache
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
|
|
@ -57,8 +57,8 @@ jobs:
|
|||
with:
|
||||
targets: |
|
||||
["x86_64-unknown-linux-musl",
|
||||
"armv7-unknown-linux-musleabihf",
|
||||
"aarch64-unknown-linux-musl"]
|
||||
"armv7-unknown-linux-musleabihf",
|
||||
"aarch64-unknown-linux-musl"]
|
||||
-
|
||||
name: Debug builds
|
||||
run: cargo zigbuild --target ${{ matrix.target }}
|
||||
|
|
Loading…
Reference in a new issue