Skip to content

Commit

Permalink
Merge branch 'master' into lod_multi_viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Feb 6, 2024
2 parents 36b3a80 + 1dd73b9 commit ab13b53
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
with:
path: modules/voxel

- name: Install dependencies
run: |
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
# TODO That package no longer works, seems to have become more complicated on Godot's repo.
# But why was it needed actually? Now in Godot's repo, installing newer mesa has the title "Linux
# dependencies for tests", and we are not going to run tests.
# - name: Install dependencies
# run: |
# sudo add-apt-repository ppa:kisak/kisak-mesa
# sudo apt-get update

# Install all packages (except scons)
- name: Configure dependencies
Expand Down Expand Up @@ -107,10 +110,13 @@ jobs:
with:
path: modules/voxel

- name: Install dependencies
run: |
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
# TODO That package no longer works, seems to have become more complicated on Godot's repo.
# But why was it needed actually? Now in Godot's repo, installing newer mesa has the title "Linux
# dependencies for tests", and we are not going to run tests.
# - name: Install dependencies
# run: |
# sudo add-apt-repository ppa:kisak/kisak-mesa
# sudo apt-get update

# Install all packages (except scons)
- name: Configure dependencies
Expand Down

0 comments on commit ab13b53

Please sign in to comment.