Skip to content

Commit

Permalink
On ubuntu install xz-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Mar 6, 2024
1 parent c560490 commit 67a446f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install xz
run: |
sudo apt-get install -y xz
sudo apt-get install -y xz-utils
- name: Run cmake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-privacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install xz
run: |
sudo apt-get install -y xz
sudo apt-get install -y xz-utils
- name: Run cmake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install xz
run: |
sudo apt-get install -y xz
sudo apt-get install -y xz-utils
- name: Perform Unit Tests
run: |
Expand Down

0 comments on commit 67a446f

Please sign in to comment.