Skip to content

Commit

Permalink
updated actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Maloney authored and Luke Maloney committed Sep 18, 2024
1 parent a20606a commit 78847b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build project
run: g++ main.cpp -std=c++17 -o FirstIO
run: g++ main.cpp --std=c++17 -o FirstIO

0 comments on commit 78847b4

Please sign in to comment.