Skip to content

Commit

Permalink
fix go installer in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Jul 8, 2024
1 parent c14f84b commit 677c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "Dependencies checked"
- name: "Install golang"
run: |
wget https://go.dev/dl/go1.22.5.darwin-arm64.pkg
wget https://go.dev/dl/go1.22.5.darwin-amd64.pkg
sudo installer -store -pkg go1.22.5.darwin-amd64.pkg -target /
- name: "Install Packages.pkg for making macos PKG files"
run: |
Expand Down

0 comments on commit 677c503

Please sign in to comment.