Skip to content

Commit

Permalink
Merge pull request #369 from bulwark-security/no-absolute-path
Browse files Browse the repository at this point in the history
Stop using absolute path
  • Loading branch information
sporkmonger committed Jun 27, 2024
2 parents c0408a5 + 42d8e5b commit 3810d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:

- name: Update Homebrew
run: |
/usr/bin/brew update --preinstall
brew update --preinstall
- name: Install protobuf compiler
run: /usr/bin/sudo /usr/bin/brew install protobuf
run: sudo brew install protobuf

- name: Build release target
uses: clechasseur/rs-cargo@5cd564345ef5b1136392a1dc943b33a3a888b873 # v2.0.2
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:

- name: Update Homebrew
run: |
/usr/bin/brew update --preinstall
brew update --preinstall
- name: Install protobuf compiler
run: /usr/bin/sudo /usr/bin/brew install protobuf
run: sudo brew install protobuf

- name: Build release target
uses: clechasseur/rs-cargo@5cd564345ef5b1136392a1dc943b33a3a888b873 # v2.0.2
Expand Down

0 comments on commit 3810d3a

Please sign in to comment.