Skip to content

Commit

Permalink
Merge pull request #24 from guchengxi1994/master
Browse files Browse the repository at this point in the history
workflow
  • Loading branch information
guchengxi1994 authored May 4, 2024
2 parents b5fb1a8 + 56d8ae9 commit 76744ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true

- name: Install Flutter
uses: subosito/flutter-action@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true

- name: Install flutter
uses: subosito/flutter-action@v2
Expand Down
2 changes: 1 addition & 1 deletion linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ endif()

get_filename_component(P1 ${CMAKE_CURRENT_BINARY_DIR} DIRECTORY)
message(STATUS "P1 ==> " ${P1})
string(REPLACE "/build/linux/x64/" "" ROOT_DIR ${P1})
string(REPLACE "/build/linux/x64" "" ROOT_DIR ${P1})
message(STATUS "ROOT_DIR ==> " ${ROOT_DIR})

set(ENV_PATH ${ROOT_DIR}/.env)
Expand Down

0 comments on commit 76744ef

Please sign in to comment.