Skip to content

Commit

Permalink
Fix outdated GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn committed Dec 14, 2023
1 parent 814505d commit b169bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install boost (and curl for ppconsul)
run: |
sudo apt-get update
sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.71-dev libboost-test1.71-dev libboost-program-options1.71-dev
sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.74-dev libboost-test1.74-dev libboost-program-options1.74-dev
- name: Install ppconsul
run: |
set -x
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/format.yml

This file was deleted.

0 comments on commit b169bc0

Please sign in to comment.