From 45d9f80374df4feae569a013299de4ee89ac6333 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:38:53 -0400 Subject: [PATCH] debug ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70ded04..e3da202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - uses: actions/cache@v2 with: path: | - ${{ github.workspace }}/scripts/ - ${{ github.workspace }}/build/ + ${{ github.workspace}}/scripts/ + ${{ github.workspace}}/build/ - name: start-message run: echo Starting compilation