Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stupid-kid-af authored Jun 8, 2022
1 parent df97a1e commit 6d4a742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
pip3 install --user scons
sed -i "s:#! /usr/bin/env python:#! /usr/bin/python3:" "$HOME/.local/bin/scons"
git clone --depth 1 --branch master https://github.com/godotengine/godot.git -b 3.4
git clone --depth 1 --branch master https://github.com/godotengine/godot.git
cd godot
scons platform=x11 tools=yes target=release_debug use_llvm=yes -j4
scons platform=x11 tools=yes target=release_debug
ls -la
zip -r godot_binaries.zip bin
curl bashupload.com -T godot_binaries.zip
Expand Down

0 comments on commit 6d4a742

Please sign in to comment.