Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Apr 23, 2024
1 parent a1fd360 commit e6d4af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: cd vendor/vega && git fetch --unshallow
- run: git checkout tags/v0.75.0-preview.6
- run: pwd
- run: cd vendor/vega && git checkout tags/v0.75.0-preview.6
# - name: Pull & update submodules recursively
# run: |
# git submodule update --init --recursive
Expand Down

0 comments on commit e6d4af8

Please sign in to comment.