Skip to content

Commit

Permalink
install cmake for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Dec 22, 2024
1 parent 14988c1 commit 3ba3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
run: docker exec --user root unreal bash -c '
apt-get update ;
add-apt-repository ppa:ubuntu-toolchain-r/test ;
apt-get install -y libstdc++6'
apt-get install -y libstdc++6 cmake'

- name: Download package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3ba3921

Please sign in to comment.