Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 2, 2024
1 parent cddf864 commit dc8fb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
target: aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Mount Bazel cache
Expand All @@ -25,7 +25,7 @@ jobs:
key: bazel-cache-${{ runner.os }}
- name: Build
shell: bash
run: .github/package-tools.sh ${{ matrix.target }} ~/.bazel/cache
run: tools/package.sh ${{ matrix.target }} ~/.bazel/cache
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dc8fb98

Please sign in to comment.