summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-21 07:58:39 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-21 18:39:32 -0500
commit5dc424d3027be8fac4831a55f31b5a91bd0e5312 (patch)
tree588f23a3600fcb25b0cbf9b45b192747c5d99449 /.github/workflows/release.yml
parent040d8f2171b854f25544929b50ee7b059c22bef7 (diff)
doc: scrub mentions of asciidoc/asciidoctor
This optional dependency is now finally dropped. So ends a long journey of trying to generate man pages in a lightweight and dependable way. The only thing I could figure out how to make work reliably was to just learn how to write roff myself. Yay.
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index dc732771..357a0d66 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -115,12 +115,6 @@ jobs:
run: |
ci/ubuntu-install-packages
- - name: Install packages (macOS)
- if: matrix.os == 'macos-latest'
- shell: bash
- run: |
- ci/macos-install-packages
-
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with: