Skip to content

Commit 84b3522

Browse files
committed
container
1 parent 1f9f80c commit 84b3522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install CMake 4.1.2
2222
run: |
2323
curl -LO https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-linux-x86_64.tar.gz
24+
tar -xvzf cmake-4.1.2-linux-x86_64.tar.gz
2425
echo "$GITHUB_WORKSPACE/cmake-4.1.2-linux-x86_64/bin" >> "$GITHUB_PATH"
2526
ls
2627
cmake-4.1.2-linux-x86_64/bin/cmake --version

0 commit comments

Comments
 (0)