Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 12, 2024
1 parent afbe652 commit 22dd3fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: CHCP
run: |
chcp 437
- name: Build
run: |
g++ --std=c++17 -o main.exe main.cpp
Expand Down

0 comments on commit 22dd3fc

Please sign in to comment.