diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 7d97b8c9a14b..414e5ffc1a55 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -80,6 +80,7 @@ jobs: - name: Move config files to isolate temporary directory run: mv ${{ input.config_path }}/* "${{ env.tmp_config_dir }}/"" + - name: Cache west modules uses: actions/cache@v3.0.11 continue-on-error: true @@ -99,7 +100,7 @@ jobs: ${{ runner.os }}- - name: West Init - run: west init -l "${{ inputs.config_path }}" + run: west init -l "${{ env.tmp_config_dir }}" - name: West Update run: west update