More release stuff (tools)
This commit is contained in:
parent
73126ba770
commit
666456e456
1 changed files with 12 additions and 0 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
|
@ -74,6 +74,18 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Install rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue