mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -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: |
|
||||
git clone https://github.com/flutter/flutter.git
|
||||
cd flutter
|
||||
echo "export PATH=\$PATH:"`pwd`"/bin" >> ~/.profile
|
||||
echo `pwd`"/bin" >> $GITHUB_PATH
|
||||
export PATH="$PATH:`pwd`/bin"
|
||||
flutter channel dev
|
||||
flutter config --enable-linux-desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue