Skip to content

Commit

Permalink
Merge branch '8.0.6-Leveled' of https://github.com/Arrenton/Shipwright
Browse files Browse the repository at this point in the history
…into 8.0.6-Leveled
  • Loading branch information
Arrenton committed Jan 22, 2025
2 parents d1931b9 + 67f60e4 commit 1015a51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/generate-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
generate-soh-otr:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.11
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: ${{ runner.os }}-otr-ccache-${{ github.ref }}-${{ github.sha }}
restore-keys: |
Expand Down Expand Up @@ -73,11 +73,11 @@ jobs:
needs: generate-soh-otr
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.13
uses: hendrikmuhs/ccache-action@v1.2.14
with:
create-symlink: true
key: ${{ runner.os }}-14-ccache-${{ github.ref }}-${{ github.sha }}
Expand All @@ -91,7 +91,7 @@ jobs:
sudo chmod +x /opt/homebrew/bin/gtar
- name: Cache MacPorts
id: cache-macports
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/local/
key: ${{ runner.os }}-14-macports-${{ hashFiles('.github/workflows/macports-deps.txt') }}
Expand Down Expand Up @@ -135,15 +135,15 @@ jobs:
needs: generate-soh-otr
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y $(cat .github/workflows/apt-deps.txt)
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.11
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: linux-ccache-${{ github.ref }}-${{ github.sha }}
restore-keys: |
Expand Down Expand Up @@ -229,11 +229,11 @@ jobs:
run: |
choco install ninja
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.11
uses: hendrikmuhs/ccache-action@v1.2.14
with:
variant: sccache
max-size: "1G"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-builds-on-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cmake ..
make
sudo make install
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Build SoH
Expand Down
2 changes: 1 addition & 1 deletion soh/src/overlays/gamestates/ovl_title/z_title.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
bool showGitInfo = gGitCommitTag[0] == 0;

GfxPrint_SetPos(&printer, 1, 21);
GfxPrint_Printf(&printer, "Leveled Mod Version: 1.1.2.1");
GfxPrint_Printf(&printer, "Leveled Mod Version: 1.1.2.2");
GfxPrint_SetPos(&printer, 1, 22);
GfxPrint_Printf(&printer, "A Mod By Gotest, AKA Arrenton");

Expand Down

0 comments on commit 1015a51

Please sign in to comment.