Skip to content

Commit

Permalink
refactor: ruby migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Jul 12, 2024
1 parent 09cc667 commit 251910a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: .
- uses: "."
- run: flutter --version
- run: dart pub global activate git_helper && git_helper -h
test-beta-install:
Expand All @@ -24,7 +24,7 @@ jobs:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: .
- uses: "."
with:
channel: 'beta'
- run: flutter --version
Expand Down

0 comments on commit 251910a

Please sign in to comment.