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 4829d53 commit dd7f7b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install g++-13
sudo update-alternatives --install /usr/bin/g++ g++ $(where g++-13 | xargs | cut -d ' ' -f1) 100
g++ --version
- name: "Create out build files"
Expand Down

0 comments on commit dd7f7b8

Please sign in to comment.