From f223c317ac22a9a8292827c370aa5abf33436e37 Mon Sep 17 00:00:00 2001 From: Ryan Jacobs Date: Sat, 16 Sep 2023 17:18:12 -0700 Subject: [PATCH] fix env --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }}