Skip to content

Commit

Permalink
gas -> aether; fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Dec 10, 2023
1 parent 247b88c commit 7a6cb61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os-version: [2019]
build-config: [debug, relwithdebinfo]
build-arch: [Win32, x64]
os-version: [2022]
build-config: [debug, release, relwithdebinfo]
build-arch: [x64]

steps:
- name: Versions
Expand Down Expand Up @@ -53,17 +53,17 @@ jobs:
fail-fast: false
matrix:
os-version: [22]
build-config: [debug, relwithdebinfo]
build-config: [debug, release, relwithdebinfo]
compiler:
- {
cc: gcc-13,
cxx: g++-13,
install: gcc-13 g++-13
}
- {
cc: clang,
cxx: clang++,
install: clang
cc: clang-15,
cxx: clang++-15,
install: clang-15
}

steps:
Expand Down
2 changes: 1 addition & 1 deletion doodads/ores/gas.doodad → doodads/ores/aether.doodad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[doodad]
package = unnatural/base/ores/ores.pack
prototype = unnatural/base/ores/gas_deposit.proto
prototype = unnatural/base/ores/aether_deposit.proto

[generating]
count = 3
Expand Down

0 comments on commit 7a6cb61

Please sign in to comment.