Skip to content

Commit

Permalink
fix: install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
longfar-ncy committed Apr 13, 2024
1 parent f816daf commit 7934b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/import_braft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Build
run: |
sudo brew install openssl
sh build.sh
- name: Run Go E2E Tests
Expand All @@ -53,4 +54,4 @@ jobs:
run: |
cd ../tests
go mod tidy
go test ./pikiwidb_suite_test.go ./consistency_test.go -v
go test ./pikiwidb_suite_test.go ./consistency_test.go -v

0 comments on commit 7934b10

Please sign in to comment.