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 46cc1dc commit 74d9d8dCopy full SHA for 74d9d8d
.github/workflows/cmake-multi-platform.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v3
36
37
- name: Install Ninja
38
- run: sudo apt install -y ninja-build
+ run: sudo apt install -y liblzma-dev ninja-build
39
40
- name: Set reusable strings
41
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
0 commit comments