We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42c0c6 commit a43a9d1Copy full SHA for a43a9d1
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
- name: cmake-install
23
run: |
24
+ apt update && \
25
apt-get install -y curl && \
26
curl -sL https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.sh -o cmakeinstall.sh && \
27
chmod +x cmakeinstall.sh && \
0 commit comments