Skip to content

Commit

Permalink
Update cmake-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a1383n authored Jun 11, 2024
1 parent 627cf35 commit 88e9d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Dependencies
run: apt-get install -y pkg-config libcurl4-openssl-dev libldns-dev libjsoncpp-dev libgflags-dev
run: sudo apt-get install -y pkg-config libcurl4-openssl-dev libldns-dev libjsoncpp-dev libgflags-dev

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 88e9d4c

Please sign in to comment.