Skip to content

Commit

Permalink
github actions: install libunwind-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed May 1, 2024
1 parent 34b35bf commit f23b810
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xzre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: awalsh128/[email protected]
with:
packages: libunwind-dev
version: 1.0

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit f23b810

Please sign in to comment.