Skip to content

Commit

Permalink
add voxels to compilation list
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison committed Jun 13, 2024
1 parent 7744fd9 commit 17ac593
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
path: modules/rwkv

- uses: actions/checkout@v4
with:
repository: zylann/godot_voxel
path: modules/voxel

- uses: actions/checkout@v4
with:
repository: harrisonvanderbyl/treegen
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
repository: harrisonvanderbyl/treegen
path: modules/treegen

- uses: actions/checkout@v4
with:
repository: zylann/godot_voxel
path: modules/voxel
# init submodules in the rwkv module
- name: Init submodules
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
repository: harrisonvanderbyl/treegen
path: modules/treegen

- uses: actions/checkout@v4
with:
repository: zylann/godot_voxel
path: modules/voxel

# init submodules in the rwkv module
- name: Init submodules
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
path: modules/rwkv

- uses: actions/checkout@v4
with:
repository: zylann/godot_voxel
path: modules/voxel


# init submodules in the rwkv module
- name: Init submodules
Expand Down

0 comments on commit 17ac593

Please sign in to comment.