Skip to content

Commit

Permalink
changing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 18, 2024
1 parent ad7e5b5 commit 9bdf24b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_64.zip
platform: "Linux/X11"
extension: "x86_64"
use_xvfb: true
- os: macos-latest
godot_executable: "Godot_v4.2.1-stable_macos.universal"
godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_macos.universal.zip
Expand All @@ -39,6 +40,14 @@ jobs:
run: |
wget ${{ matrix.godot_url }}
unzip *.zip
- name: Setup Xvfb
if: matrix.use_xvfb
run: |
sudo apt-get update -y
sudo apt-get install -y xvfb
Xvfb :99 &
export DISPLAY=:99
- name: Export Project
run: |
Expand Down

0 comments on commit 9bdf24b

Please sign in to comment.