Skip to content

Commit

Permalink
[ci][code-gen.yaml] Fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Mar 15, 2024
1 parent 7f3b272 commit 67065fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Reconfigure git to use HTTP authentication
run: |
git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf ssh://[email protected]/
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "15.0.6" # Need ping version to 15.x
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit 67065fd

Please sign in to comment.