Skip to content

Commit e79f5d2

Browse files
committed
Install missing CI packages
1 parent 84c8a2d commit e79f5d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/step_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- toolchain: llvm
3636
experimental: true
3737
steps:
38+
- name: Install missing packages
39+
run: dnf install -y bzip2
3840
- name: Enable msvc toolchain on windows
3941
uses: ilammy/msvc-dev-cmd@v1
4042
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)