Skip to content

Commit

Permalink
zstd is now pre-installed on MacOS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Aug 22, 2024
1 parent 949b599 commit fc90e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: matrix.container == 'ubuntu:latest'
run: |
apt update
apt -y install git make pbzip2 binutils bzip2 zstd gnupg
apt -y install git make pbzip2 binutils bzip2 gnupg
- name: Install RockyLinux packages
if: matrix.container == 'rockylinux:9'
Expand Down

0 comments on commit fc90e58

Please sign in to comment.