Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoka74 committed Jul 14, 2024
1 parent 62efa02 commit 6d0e5cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- name: Install fvm
run: curl -fsSL https://fvm.app/install.sh | bash
- name: Download or check flutter by fvm
run: |
cd ${{ github.workspace }}
fvm install
working-directory: ${{ github.workspace }}
run: fvm install
- name: Build web application
working-directory: ${{ github.workspace }}
run: fvm flutter build web

0 comments on commit 6d0e5cf

Please sign in to comment.