mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
add to github path
This commit is contained in:
parent
169f1e2c44
commit
4324897054
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/flutter/flutter.git
|
git clone https://github.com/flutter/flutter.git
|
||||||
cd flutter
|
cd flutter
|
||||||
echo "export PATH=\$PATH:"`pwd`"/bin" >> ~/.profile
|
echo `pwd`"/bin" >> $GITHUB_PATH
|
||||||
export PATH="$PATH:`pwd`/bin"
|
export PATH="$PATH:`pwd`/bin"
|
||||||
flutter channel dev
|
flutter channel dev
|
||||||
flutter config --enable-linux-desktop
|
flutter config --enable-linux-desktop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue