Skip to content

Commit

Permalink
Always first update brew before running the installation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 30, 2024
1 parent 85db532 commit cde8dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: get dependencies
run: brew tap kpeeters/repo && brew install --verbose cadabra2-devel
run: brew update && brew upgrade && brew tap kpeeters/repo && brew install --verbose cadabra2-devel

- name: show where cadabra is located
run: cat `which cadabra2`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

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

- name: show where cadabra is located
run: cat `which cadabra2`
Expand Down

0 comments on commit cde8dbf

Please sign in to comment.