From d4e3b67b7923c2097d281c1405e1bfb55e1ca936 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:36:32 -0400 Subject: [PATCH] debug ci --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68ae9d5..db02e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,13 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - + + - uses: actions/cache@v2 + with: + path: | + ${{ github.workspace }}/scripts/ + ${{ github.workspace }}/build/ + - name: start-message run: echo Starting compilation @@ -47,6 +53,7 @@ jobs: - name: dir-check run: pwd - name: Upload artifact + run: cd ${{ github.workspace }} uses: actions/upload-artifact@v2 with: name: Basalt-Artifact