Skip to content

Commit

Permalink
ci: fix archive use
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Aug 26, 2024
1 parent b0fd678 commit 96d991b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
sudo snap install spread-mir-ci
sudo snap connect spread-mir-ci:lxd lxd:lxd
lxc profile set default security.privileged=true security.nesting=true
# work around https://github.com/actions/runner-images/issues/8846
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
sudo apt-get install --yes binfmt-support qemu-user-static
echo "LXD_DIR=/var/snap/lxd/common/lxd" >> $GITHUB_ENV
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/symbols-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libclang1-18 python3-clang-18
sudo apt-get update
sudo apt-get install --yes libclang1-18 python3-clang-18
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_SO_PATH=/usr/lib/llvm-18/lib/libclang-18.so.1" >> $GITHUB_ENV
echo "MIR_SYMBOLS_MAP_GENERATOR_CLANG_LIBRARY_PATH=/usr/lib/llvm-18/lib" >> $GITHUB_ENV
sudo apt-get build-dep ./
Expand Down

0 comments on commit 96d991b

Please sign in to comment.