Skip to content

Commit f6fbc4f

Browse files
committed
Fix GitHub Actions build on macOS by using GNU getopt
1 parent 6fffaf5 commit f6fbc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Byte compilation
5959
run: emacs --eval "(setq byte-compile-error-on-warn (>= emacs-major-version 26))" -L . --batch -f batch-byte-compile ./*.el
6060
- name: Tests
61-
run: nix shell ${{ matrix.ledger_version || 'nixpkgs#ledger' }} --print-build-logs -c ./makem.sh test -vv
61+
run: nix shell 'nixpkgs#getopt' ${{ matrix.ledger_version || 'nixpkgs#ledger' }} --print-build-logs -c ./makem.sh test -vv
6262
# This is currently for information only, since a lot of docstrings need fixing up
6363
- name: Checkdoc
6464
run: make lint-checkdoc || true

0 commit comments

Comments
 (0)