Skip to content

Commit

Permalink
Update build_cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Macoron authored Nov 18, 2023
1 parent 5e15e21 commit 60e3818
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
run: |
apt-get update
apt-get install -y build-essential
- name: Latest Cmake
run: |
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
apt-get update
apt-get install -y cmake
- name: Change gcc and g++
Expand Down

0 comments on commit 60e3818

Please sign in to comment.