Skip to content

Commit

Permalink
Merge pull request #6 from gsmecher/update-github-workflow
Browse files Browse the repository at this point in the history
Update github flow to v4
  • Loading branch information
gsmecher authored Dec 11, 2023
2 parents 164ed23 + 8200e7d commit e0c2154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check out libhttpserver dependency
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etr/libhttpserver
ref: 0.18.2
path: libhttpserver

- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4

- name: Install C++ dependencies
run: sudo apt-get install -y libboost-program-options-dev libmicrohttpd-dev libfmt-dev pybind11-dev
Expand Down

0 comments on commit e0c2154

Please sign in to comment.