Skip to content

Commit

Permalink
More release stuff (tools)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeCarabas committed Aug 15, 2024
1 parent 73126ba commit 666456e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install packages (linux)
if: matrix.build == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install packages (macos)
if: matrix.build == 'macos' || matrix.build == 'arm-macos'
run: |
brew update
brew install pandoc
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 666456e

Please sign in to comment.