diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2fe28d8..97e4878 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -3,6 +3,6 @@ jobs: run-and-compile: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: apt install clang - run: ls \ No newline at end of file + - uses: actions/checkout@v4 + - run: apt install clang + - run: ls \ No newline at end of file