Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinprejsa authored Jan 1, 2024
1 parent 88ce198 commit 3c8f5c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install libcurl
id: libcurl
shell: bash
run: sudo apt-get install -y libcurl

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 3c8f5c7

Please sign in to comment.