Skip to content

Commit 3e3473a

Browse files
authored
Update cmake-multiple-platform.yml
1 parent 3266ce6 commit 3e3473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
submodules: "recursive"
108108

109109
- name: Install CURL
110-
run: sudo apt install -y libcurl4-openssl-dev
110+
run: sudo apt update && sudo apt install -y libcurl4-openssl-dev
111111

112112
- name: Install GCC-12
113113
run: |

0 commit comments

Comments
 (0)