Skip to content

Commit

Permalink
add rustup update to workflow (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjacks0n authored Feb 6, 2024
1 parent 28ce32e commit bd76cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_indexify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: rustup toolchain install nightly --component rustfmt
- run: rustup target add aarch64-apple-darwin
- name: Cache build artifacts
Expand Down

0 comments on commit bd76cd9

Please sign in to comment.