Skip to content

Commit

Permalink
Remove libpkgconf as it seems to be a source of sanitizer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
amcn committed Apr 1, 2024
1 parent ace3821 commit d7c4d0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install gcc-12 libpkgconf-dev libarchive-dev
- name: Select gcc-12
run: |
echo "CC=gcc-12" >> $GITHUB_ENV
sudo apt install gcc
# Bootstrap basic build.
- name: Bootstrap
Expand Down

0 comments on commit d7c4d0b

Please sign in to comment.