We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c8a2d commit e79f5d2Copy full SHA for e79f5d2
.github/workflows/step_test.yaml
@@ -35,6 +35,8 @@ jobs:
35
- toolchain: llvm
36
experimental: true
37
steps:
38
+ - name: Install missing packages
39
+ run: dnf install -y bzip2
40
- name: Enable msvc toolchain on windows
41
uses: ilammy/msvc-dev-cmd@v1
42
if: contains(matrix.os, 'windows')
0 commit comments