Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 19, 2023
1 parent 60df6f7 commit 51283b6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
dir: gosh-dispatcher
- bin: git-remote-gosh_v1_0_0
dir: v1_x/git-remote-gosh
cache: true
- bin: git-remote-gosh_v2_0_0
dir: v2_x/git-remote-gosh
cache: true
Expand Down Expand Up @@ -145,17 +144,17 @@ jobs:
clang
librocksdb-dev
protobuf-compiler
llvm
python3-pip
run: |
sudo apt update -yq
sudo apt install -yq $packages
pip3 install ziglang
- name: Install MacOS tools
if: env.CACHE != 'true' && startsWith(matrix.os, 'macos-')
run: |
brew install zig protobuf openssl llvm
## TODO: return back when openssl is removed from old repos (v1 v2 v3)
# - name: Install MacOS tools
# if: env.CACHE != 'true' && startsWith(matrix.os, 'macos-')
# run: |
# brew install zig protobuf openssl llvm

- name: Install common tools
if: env.CACHE != 'true'
Expand Down

0 comments on commit 51283b6

Please sign in to comment.