Try to speed up the build

This commit is contained in:
Sebastien L
2022-02-01 07:59:23 -05:00
parent 7fd87eeba5
commit 168eb061af

View File

@@ -41,7 +41,8 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |
~/build ~/build
./
key: ${{ runner.os }}-${{ matrix.node }} key: ${{ runner.os }}-${{ matrix.node }}
- name: Set build parameters - name: Set build parameters
run: | run: |