Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riley0122 authored Jun 3, 2024
1 parent 53d7ccc commit cac5d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches: ["master"]
workflow_dispatch:

run-name: "Test project with CTest"

jobs:
test:
Expand All @@ -15,7 +17,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install g++-13
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
g++ --version
- name: "Create out build files"
Expand Down

0 comments on commit cac5d28

Please sign in to comment.