Skip to content

Commit

Permalink
Install zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 5, 2025
1 parent 6643a23 commit 231ded2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mmbm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Install zstd
run: |
apt-get update -y
apt-get install -y zstd
- name: Restore .build
id: "restore-build"
uses: actions/cache/restore@v4
Expand All @@ -23,7 +28,7 @@ jobs:
run: swift test --enable-code-coverage

- name: Cache .build
if: steps.restore-build.outputs.cache-hit != 'true'
# if: steps.restore-build.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: .build
Expand Down

0 comments on commit 231ded2

Please sign in to comment.