Skip to content

Commit

Permalink
ci: try to set up libs for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Apr 11, 2024
1 parent cad2c08 commit b03b656
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,17 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}

# clang needs GCC
- name: set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 11
platform: x64

# - name: set up GCC
# uses: egor-tensin/setup-gcc@v1
# with:
# version: 11
# platform: x64
- name: Set up libs
run:
sudo apt-get update
sudo apt-get install aptitude
sudo aptitude install libc6

- name: Set up Clang
uses: KyleMayes/install-llvm-action@v2
with:
Expand Down

0 comments on commit b03b656

Please sign in to comment.