Skip to content

Try to fix errors

Try to fix errors #9

# runs:
# using: "node16"
steps:
- uses: actions/checkout@v2
- name: Create .build folder
run: mkdir -p .build
- name: Prepare built-in extensions cache key
id: prepare-built-in-extensions-cache-key
run: echo "key=$(node build/azure-pipelines/common/computeBuiltInDepsCacheKey.js)" >>"$GITHUB_OUTPUT"
- name: Restore built-in extensions cache
id: restore-built-in-extensions-cache
uses: actions/cache@v2
with:
path: ".build/builtInExtensions"
key: "builtin-extensions${{ steps.prepare-built-in-extensions-cache-key.outputs.key }}${{ env.CACHE_VERSION }}"
- name: Download built-in extensions
if: ${{ steps.restore-built-in-extensions-cache.outputs.cache-hit != 'true' }}
run: node build/lib/builtInExtensions.js