Skip to content

Commit

Permalink
Use asdf in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Nov 3, 2023
1 parent 7e67276 commit c850179
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: asdf-vm/actions/install@v2

- name: Cache dependencies
uses: actions/cache@v3
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: asdf-vm/actions/install@v2

- name: Install WebP
run: |
Expand All @@ -39,8 +39,7 @@ jobs:
uses: actions/cache@v3
id: cache
with:
path: |
.dart_tool/
path: .dart_tool/
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/pubspec.lock') }}
- name: Install Dependencies
run: |
Expand Down

0 comments on commit c850179

Please sign in to comment.