Skip to content

Commit

Permalink
ci: fix download error
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Jul 11, 2024
1 parent 4b75d7a commit 7912efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: |
sudo apt-get install -y scons
sudo apt-get install -y cmake scons
wget https://github.com/google/googletest/archive/release-1.14.0.zip
unzip -q release-1.14.0.zip
cd googletest-release-1.14.0
wget https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz
tar zxvf v1.14.0.tar.gz
cd googletest-1.14.0
cmake .
make
sudo make install
Expand Down

0 comments on commit 7912efa

Please sign in to comment.