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
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'

View file

@ -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 }}