Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Remove sudo
  • Loading branch information
riley0122 authored Jun 3, 2024
1 parent bd36759 commit 7d557bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- name: "Setup g++"
run: |
"sudo apt update"
"sudo apt install g++-13"
"sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13"
"apt update"
"apt install g++-13"
"update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13"
"g++ --version"
- name: "Create out build files"
Expand Down

0 comments on commit 7d557bc

Please sign in to comment.