Skip to content

Commit

Permalink
Merge 8758601 into 85b0205
Browse files Browse the repository at this point in the history
  • Loading branch information
mohithsrao authored Dec 26, 2020
2 parents 85b0205 + 8758601 commit 9c424e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir -v -p ~/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
sudo apt install zip unzip
apt-get install -y zip unzip
- name: Windows Build
run: |
mkdir -v -p build/windows/$EXPORT_NAME
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
mkdir -v -p ~/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
sudo apt install zip unzip
apt-get install -y zip unzip
- name: Web Build
run: |
mkdir -v -p build/web/$EXPORT_NAME
Expand Down

0 comments on commit 9c424e9

Please sign in to comment.