Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 17, 2024
1 parent 2800c8c commit 075bb4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-mac:
runs-on: macos-latest
needs: build-linux # TODO: remove this
# needs: build-linux # TODO: remove this
env:
TAG: ${{ github.ref_name }}
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

build-linux:
runs-on: ubuntu-latest
# needs: build-mac # TODO: remove this
needs: build-mac # TODO: remove this
env:
TAG: ${{ github.ref_name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ $HOST_TRIPLE == *apple-darwin* ]]; then
RUST_BIN="./deploy/rust/bin"
LLVM_BIN="./deploy/llvm/bin"

./sign.sh "$RUST_BIN/rustc" \
./scripts/sign.sh "$RUST_BIN/rustc" \
"$RUST_BIN/rustdoc" \
"$RUST_BIN/cargo" \
"$LLVM_BIN/llvm-objdump" \
Expand Down

0 comments on commit 075bb4e

Please sign in to comment.