From 543e8f57a160c7293b4bdc1b5080f501e152f0a4 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Mon, 2 Sep 2024 22:51:02 -0400 Subject: [PATCH] Fix typo --- .github/workflows/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index acbf3ffad1e4..82e438032aeb 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -112,7 +112,7 @@ jobs: ######################################################################## - name: Cache wabt build folder - if: matrix.os != 'ubuntu-latest' && matrix.os != 'windows-latest + if: matrix.os != 'ubuntu-latest' && matrix.os != 'windows-latest' id: cache-wabt uses: actions/cache@v4 with: