diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd312ae..fc8c8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,5 @@ jobs: - uses: actions/checkout@v3 - run: ./tests/test.sh shell: bash - with: - env: - CC: ${{ matrix.cc }} + env: + CC: ${{ matrix.cc }}