Skip to content

Commit

Permalink
CI: C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Nov 21, 2024
1 parent ab0b72d commit 19aea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: g++ -Wall -Werror -DPRINT_${{ matrix.print }} -D${{ matrix.out_format }} list-rooms.cpp -o soe-script-dumper
run: g++ -std=c++11 -Wall -Werror -DPRINT_${{ matrix.print }} -D${{ matrix.out_format }} list-rooms.cpp -o soe-script-dumper
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 19aea31

Please sign in to comment.