Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Feb 13, 2023
1 parent ce1c50e commit 96dabdf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/oscoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@ jobs:
# https://github.com/orgs/community/discussions/25777#discussioncomment-3249229
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: redis/redis
path: redis-git
- name: Set up publishing to maven central
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'temurin'
- name: System setup
run: |
brew install gcc g++ stunnel make
/usr/local/bin/make system-setup
brew install gcc stunnel make
/usr/local/bin/make -C redis-git
- name: Cache dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 96dabdf

Please sign in to comment.