Skip to content

Commit

Permalink
fixup! Update CI to test on Ubuntu 22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Dec 28, 2022
1 parent 0072fad commit f5a4469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: install dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y build-essential git zlib1g-dev cmake libssl-dev ${{ matrix.compiler }}
sudo apt-get install -y build-essential git zlib1g-dev cmake libssl-dev libc++14-dev ${{ matrix.compiler }}
- name: super-test
run: |
./super-test.sh quick ${{ matrix.compiler }}
Expand Down

0 comments on commit f5a4469

Please sign in to comment.