From f02477d28b28769f7b25538865f4136a17c443d9 Mon Sep 17 00:00:00 2001 From: jase780 Date: Wed, 18 Sep 2024 18:21:02 -0700 Subject: [PATCH] Update actions.yml added "-" to run on the last line --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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