There was an error while loading. Please reload this page.
1 parent 364078d commit 101fcefCopy full SHA for 101fcef
1 file changed
.github/workflows/build.yml
@@ -24,18 +24,18 @@ jobs:
24
fooyin
25
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
28
with:
29
submodules: recursive
30
31
- name: Configure
32
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
33
34
- name: Build
35
- run: cmake --build build --verbose
+ run: cmake --build build
36
37
- name: Upload artifact
38
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
39
40
name: fooyin-plugin-libvgm
41
path: build/fyplugin_vgminput.so
0 commit comments