Skip to content

Commit

Permalink
[attempt Zylann#2] checkout to recent working commit of voxel module
Browse files Browse the repository at this point in the history
  • Loading branch information
magbulogtong81 committed May 12, 2023
1 parent 1e0fb18 commit 3670cb1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
- uses: actions/checkout@v2
with:
path: modules/voxel
ref: 626e8be29ac19fbcefbdabfbe361dca1f8445bb2
fetch-depth: 0

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: actions/checkout@v2
with:
path: modules/voxel
ref: 626e8be29ac19fbcefbdabfbe361dca1f8445bb2
fetch-depth: 0

# Clone fuzzer
- name: Checkout Goost fuzzer backend
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- uses: actions/checkout@v2
with:
path: modules/voxel
ref: 626e8be29ac19fbcefbdabfbe361dca1f8445bb2
fetch-depth: 0

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/checkout@v2
with:
path: modules/voxel
ref: 626e8be29ac19fbcefbdabfbe361dca1f8445bb2
fetch-depth: 0

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ jobs:
# Clone our module under the correct directory
- uses: actions/checkout@v2
with:
ref: ${{ env.VOXEL_BASE_BRANCH }}
#ref: ${{ env.VOXEL_BASE_BRANCH }}
path: godot/modules/voxel
ref: 626e8be29ac19fbcefbdabfbe361dca1f8445bb2
fetch-depth: 0

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
sudo rm -f /etc/apt/sources.list.d/*
sudo cp -f modules/voxel/misc/sources.list /etc/apt/sources.list
sudo cp -f godot/modules/voxel/misc/sources.list /etc/apt/sources.list
sudo apt-get update
# Install all packages (except scons)
- name: Configure dependencies
Expand Down

0 comments on commit 3670cb1

Please sign in to comment.