Skip to content

Commit

Permalink
fix🐛:
Browse files Browse the repository at this point in the history
  • Loading branch information
moxun33 committed Jan 19, 2025
1 parent 7b3b945 commit a6bb395
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
env:
# APP name
APP_NAME: vvibe
FVP_DEPS_LATEST: 1


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand All @@ -32,7 +31,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: |
$VCINSTALLDIR = $(& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath)
Expand All @@ -57,7 +56,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.27.0
flutter-version: 3.27.1
cache: true

- name: Build
Expand Down Expand Up @@ -91,15 +90,15 @@ jobs:
Linux:
permissions:
contents: write
runs-on: ubuntu-20.0.4
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.27.0
flutter-version: 3.27.1
cache: true
- run: |
sudo apt-get update -y
Expand Down Expand Up @@ -127,4 +126,3 @@ jobs:
name: vvibe-${{github.ref_name}}-linux-x64.tar.xz
path: vvibe-${{github.ref_name}}-linux*.tar.xz


0 comments on commit a6bb395

Please sign in to comment.