-
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88961b3
commit af9f4a4
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,17 +43,10 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install LLVM and Clang | ||
if: contains(matrix.config.comp, 'clang') | ||
uses: KyleMayes/[email protected] | ||
with: | ||
version: "11" | ||
env: true | ||
|
||
- name: Download required packages | ||
run: | | ||
sudo apt update | ||
sudo apt install expect valgrind g++-multilib | ||
sudo apt install expect valgrind g++-multilib llvm | ||
- name: Download the used network from the fishtest framework | ||
run: | | ||
|