Skip to content

Commit

Permalink
Fixed protoc version in the build CI (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshin committed Jun 16, 2023
1 parent 7ce3b9e commit b69f4a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-vsix.yaml
Expand Up @@ -23,7 +23,9 @@ jobs:
node-version: 18

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v2
with:
version: 3.12.6

- name: Install VSCE
run: |
Expand Down
3 changes: 1 addition & 2 deletions deepview-explore/package.json
Expand Up @@ -20,8 +20,7 @@
"Profiling"
],
"activationEvents": [
"onStartupFinished",
"onCommand: deepview-explore.cmd_begin_analyze"
"onStartupFinished"
],
"main": "./out/main.js",
"contributes": {
Expand Down

0 comments on commit b69f4a0

Please sign in to comment.