Skip to content

Commit 1f0b072

Browse files
committed
ci: validate imgui with mcpp 0.0.45
1 parent 4f89649 commit 1f0b072

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/validate.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
uses: actions/cache@v4
5454
with:
5555
path: ~/.mcpp/registry
56-
key: mcpp-registry-${{ runner.os }}-0.0.44-${{ hashFiles('pkgs/**/*.lua', 'tests/*.sh', '.github/workflows/validate.yml') }}
56+
key: mcpp-registry-${{ runner.os }}-0.0.45-${{ hashFiles('pkgs/**/*.lua', 'tests/*.sh', '.github/workflows/validate.yml') }}
5757
restore-keys: |
58-
mcpp-registry-${{ runner.os }}-0.0.44-
58+
mcpp-registry-${{ runner.os }}-0.0.45-
5959
- name: Download mcpp
6060
env:
61-
MCPP_VERSION: "0.0.44"
61+
MCPP_VERSION: "0.0.45"
6262
run: |
6363
curl -L -fsS -o mcpp.tar.gz \
6464
"https://github.com/mcpp-community/mcpp/releases/download/v${MCPP_VERSION}/mcpp-${MCPP_VERSION}-linux-x86_64.tar.gz"
@@ -91,14 +91,14 @@ jobs:
9191
include:
9292
- platform: macos
9393
os: macos-15
94-
archive: mcpp-0.0.44-macosx-arm64.tar.gz
95-
root: mcpp-0.0.44-macosx-arm64
94+
archive: mcpp-0.0.45-macosx-arm64.tar.gz
95+
root: mcpp-0.0.45-macosx-arm64
9696
mcpp: bin/mcpp
9797
xlings: registry/bin/xlings
9898
- platform: windows
9999
os: windows-latest
100-
archive: mcpp-0.0.44-windows-x86_64.zip
101-
root: mcpp-0.0.44-windows-x86_64
100+
archive: mcpp-0.0.45-windows-x86_64.zip
101+
root: mcpp-0.0.45-windows-x86_64
102102
mcpp: bin/mcpp.exe
103103
xlings: registry/bin/xlings.exe
104104
steps:
@@ -107,13 +107,13 @@ jobs:
107107
uses: actions/cache@v4
108108
with:
109109
path: ~/.mcpp/registry
110-
key: mcpp-registry-${{ runner.os }}-0.0.44-${{ hashFiles('pkgs/**/*.lua', 'tests/*.sh', '.github/workflows/validate.yml') }}
110+
key: mcpp-registry-${{ runner.os }}-0.0.45-${{ hashFiles('pkgs/**/*.lua', 'tests/*.sh', '.github/workflows/validate.yml') }}
111111
restore-keys: |
112-
mcpp-registry-${{ runner.os }}-0.0.44-
112+
mcpp-registry-${{ runner.os }}-0.0.45-
113113
- name: Download mcpp
114114
shell: bash
115115
env:
116-
MCPP_VERSION: "0.0.44"
116+
MCPP_VERSION: "0.0.45"
117117
MCPP_ARCHIVE: ${{ matrix.archive }}
118118
MCPP_ROOT: ${{ matrix.root }}
119119
run: |

0 commit comments

Comments
 (0)