Skip to content

Commit

Permalink
attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Aug 12, 2024
1 parent f96e2c7 commit f64472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cimport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
paths: [ "test/abi/ci.sh", "test/abi/c_linux.patch", ".github/workflows/cimport.yml" ]
paths: [ "test/abi/ci.sh", "test/abi/ci.bat", "test/abi/c_linux.h", "test/abi/c_win.h", "test/abi/c_linux.patch", "test/abi/c_win.patch", ".github/workflows/cimport.yml" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion test/abi/ci.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
zig translate-c -cflags $(pkg-config --cflags gtk4) -- c_win.h -I/ucrt64/include >c_win.zig
patch c_win.zig c_win.patch
:: patch c_win.zig c_win.patch

0 comments on commit f64472d

Please sign in to comment.