Skip to content

Commit

Permalink
Merge pull request #38 from MissouriMRDT/hotfix/rovecomm-builder
Browse files Browse the repository at this point in the history
Fix GitHub Action
  • Loading branch information
Byrdman32 authored Aug 20, 2024
2 parents 089af35 + 16291f4 commit c7708eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_rovecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
sudo dpkg -i gtest_${GTEST_VERSION}_amd64.deb
rm gtest_${GTEST_VERSION}_amd64.deb
env:
QUILL_VERSION: "3.6.0"
GTEST_VERSION: "1.14.0"
QUILL_VERSION: "7.0.0-pre"
GTEST_VERSION: "1.15.2"

- name: Build and Create Executable
run: |
Expand Down

0 comments on commit c7708eb

Please sign in to comment.