Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Use latest debase to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 14, 2021
1 parent 6115663 commit b65920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install ruby-debug-ide and debase
run: gem install ruby-debug-ide debase -N
run: gem install ruby-debug-ide debase -N --prerelease
- name: Build debugger
run: yarn build
working-directory: packages/vscode-ruby-debugger
Expand Down

0 comments on commit b65920a

Please sign in to comment.