diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e52e4c4..a0db365 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,4 +20,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build project - run: g++ main.cpp -std=c++17 -o firstIO \ No newline at end of file + - run: g++ main.cpp -std=c++17 -o firstIO