Skip to content

Commit a43a9d1

Browse files
committed
Build failure fix
1 parent b42c0c6 commit a43a9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- name: cmake-install
2323
run: |
24+
apt update && \
2425
apt-get install -y curl && \
2526
curl -sL https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.sh -o cmakeinstall.sh && \
2627
chmod +x cmakeinstall.sh && \

0 commit comments

Comments
 (0)