Skip to content

Commit

Permalink
github actions macos runner does not have golang installed by default…
Browse files Browse the repository at this point in the history
…, so install it first
  • Loading branch information
sumeetchhetri committed Jul 23, 2024
1 parent 6059e6d commit 594d046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: |
brew install pkg-config protobuf protoc-gen-go
brew install pkg-config go protobuf protoc-gen-go
make all_wo_orcl
ls -ltr bin/
./bin/schema_gen --help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
colima start
- name: Build
run: |
brew install pkg-config protobuf protoc-gen-go
brew install go pkg-config protobuf protoc-gen-go
pushd /tmp
wget -q https://download.oracle.com/otn_software/mac/instantclient/198000/instantclient-basic-macos.x64-19.8.0.0.0dbru.dmg
wget -q https://download.oracle.com/otn_software/mac/instantclient/198000/instantclient-sdk-macos.x64-19.8.0.0.0dbru.dmg
Expand Down

0 comments on commit 594d046

Please sign in to comment.