Skip to content

Commit

Permalink
Fix homebrew test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 14, 2024
1 parent c1faae3 commit 27f66f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testbrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: get dependencies
run: brew install cadabra2
run: brew tap kpeeters/repo && brew install cadabra2

- name: run
run: echo "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb

0 comments on commit 27f66f9

Please sign in to comment.