Skip to content

Commit

Permalink
Final fix for homebrew test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 15, 2024
1 parent f31c766 commit d56b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
run: cat `which cadabra2`

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

0 comments on commit d56b53e

Please sign in to comment.