Skip to content

Commit

Permalink
Revert "chore(ci): consoldate rust-toolchain calls"
Browse files Browse the repository at this point in the history
This reverts commit c459bd5.
  • Loading branch information
rholshausen committed Dec 20, 2024
1 parent 72475b8 commit 4e61c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- name: Install shared mime info DB
if: runner.os == 'macOS'
run: brew install shared-mime-info
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
components: rustfmt
- name: Install doxygen
if: runner.os == 'Linux'
run: sudo apt-get install -y doxygen
Expand Down

0 comments on commit 4e61c84

Please sign in to comment.