Skip to content

Commit 7441bc1

Browse files
committed
more deps
1 parent fad184d commit 7441bc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/conan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616

17+
- name: Install base deps
18+
run: sudo apt update; sudo apt install -y sudo wget lsb-release
19+
1720
- name: Install Clang
1821
run: cd /tmp;
1922
wget https://apt.llvm.org/llvm.sh;

0 commit comments

Comments
 (0)