Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 authored Mar 1, 2024
1 parent d4b0f84 commit 56dc01a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake
- name: Install libcurl development package
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

- name: Set up CMake
run: |
sudo apt-get install -y cmake
- name: Build project
run: |
Expand Down

0 comments on commit 56dc01a

Please sign in to comment.