Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jul 4, 2023
1 parent 53f9bd6 commit 089f506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

build-macos:
timeout-minutes: 10
runs-on: macos-13
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -72,8 +72,8 @@ jobs:
- name: Set Environment Variables
run: |
echo "BUILD_DATE=$(date +'%Y-%m-%dT%H:%M:%S%z')" >> $GITHUB_ENV
xcrun --show-sdk-path
find $(xcrun --show-sdk-path) -name objc.h
# xcrun --show-sdk-path
# find $(xcrun --show-sdk-path) -name objc.h
- name: Build
run: |
zig build -Dtarget=${{ matrix.targets }} -Doptimize=ReleaseSafe \
Expand Down
2 changes: 1 addition & 1 deletion src/night-shift.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const simargs = @import("simargs");
const util = @import("util.zig");
const c = @cImport({
@cInclude("objc/objc.h");
@cInclude("objc/objc-class.h");
@cInclude("objc/message.h");
});

const Time = extern struct {
Expand Down

0 comments on commit 089f506

Please sign in to comment.