Skip to content

Commit

Permalink
Fix the problem that the built-in extension is not built correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 1, 2023
1 parent 362b3dd commit ada45ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
RUST_VERSION: 1.65.0
CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico
VSCODE_STEP_ON_IT: false
CACHE_VERSION: 1690888052
CACHE_VERSION: 1690906937
PUBLISH_NAME: dev_test_part24
PUBLISH_TAG_NAME: dev_test_part24
PRE_RELEASE: true
Expand Down Expand Up @@ -104,6 +104,7 @@ jobs:
compile:
name: Compile
runs-on: ubuntu-latest
needs: generate-product-configurations
env:
VSCODE_ARCH: x64

Expand All @@ -112,6 +113,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update product json
run: echo '${{ needs.generate-product-configurations.outputs.product-json }}' >product.json

- name: Install build tools
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit ada45ff

Please sign in to comment.