Skip to content

Commit

Permalink
Update github build env
Browse files Browse the repository at this point in the history
  • Loading branch information
audaki committed Sep 23, 2022
1 parent cca24dc commit b490536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
17 # Minimum supported by Minecraft
]
# Windows regularly runs out of memory on github free actions... so it's disabled
#os: [ubuntu-20.04, windows-latest]
os: [ubuntu-20.04]
#os: [ubuntu-22.04, windows-latest]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ dependencies {

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}

processResources {
Expand Down

0 comments on commit b490536

Please sign in to comment.