2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2025-01-03 00:11:24 +00:00

Update GITHUB_PATH

This commit is contained in:
asonix 2024-02-07 19:32:06 -06:00
parent 213acd9f10
commit eecd8a9d86
2 changed files with 4 additions and 4 deletions

View file

@ -47,8 +47,8 @@ runs:
name: Export path name: Export path
if: steps.cache.outputs.cache-hit == 'true' if: steps.cache.outputs.cache-hit == 'true'
run: | run: |
export PATH=$PATH:$HOME/.cargo/bin $HOME/.cargo/bin >> $GITHUB_PATH
export PATH=$PATH:$HOME/.rustup/bin $HOME/.rustup/bin >> $GITHUB_PATH
- -
name: Populate rust cache name: Populate rust cache
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'

View file

@ -57,8 +57,8 @@ jobs:
with: with:
targets: | targets: |
["x86_64-unknown-linux-musl", ["x86_64-unknown-linux-musl",
"armv7-unknown-linux-musleabihf", "armv7-unknown-linux-musleabihf",
"aarch64-unknown-linux-musl"] "aarch64-unknown-linux-musl"]
- -
name: Debug builds name: Debug builds
run: cargo zigbuild --target ${{ matrix.target }} run: cargo zigbuild --target ${{ matrix.target }}