Skip to content

Commit

Permalink
add if: to zstd installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 1, 2025
1 parent f71d556 commit 13e01c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
package_root: ${{ inputs.package_root }}
# actions/cache will detect zstd and will become much faster.
- name: Install zstd
if: ${{ steps.swift-check.outputs.swift-compatible == 'true' && (matrix.swift-config.build-mode == 'debug' || inputs.with_release_mode_testing) }}
run: |
apt-get update -y
apt-get install -y zstd
Expand Down

0 comments on commit 13e01c3

Please sign in to comment.