File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 cd $GITHUB_WORKSPACE
5959 pwd; ls -la
6060 chown -R user:user .
61- su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && ./flutter_workspace.py --enable=filament -- stdin-file=/dev/null"
61+ su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && ./flutter_workspace.py --stdin-file=/dev/null"
6262 cat ./setup_env.sh
6363
6464 - name : Test workspace
Original file line number Diff line number Diff line change 7070 cd $GITHUB_WORKSPACE
7171 pwd; ls -la
7272 export DEBIAN_FRONTEND=noninteractive; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
73- sudo -u user bash -c "./flutter_workspace.py --enable=filament "
73+ sudo -u user bash -c "./flutter_workspace.py"
7474 cat ./setup_env.sh
7575
7676 - name : Test workspace
Original file line number Diff line number Diff line change 5555 run : |
5656 cd $GITHUB_WORKSPACE
5757 pwd; ls -la
58- PREFER_LLVM=${{ matrix.llvm }} ./flutter_workspace.py --enable=filament
58+ PREFER_LLVM=${{ matrix.llvm }} ./flutter_workspace.py
5959 echo "Checking LLVM config..."
6060 cat setup_env.sh; echo ""
6161 FOUND_LLVM_VER=$(grep -oP 'export PREFER_LLVM=\K[0-9]+' setup_env.sh)
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 }
151151
152152 Write-Host "Starting flutter_workspace.py..."
153- ./flutter_workspace.ps1 --enable "filament-windows"
153+ ./flutter_workspace.ps1
154154
155155 - name : Test workspace
156156 env :
You can’t perform that action at this time.
0 commit comments