Skip to content

Commit

Permalink
zig 0.11.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Apr 11, 2024
1 parent 5cd66dd commit bd50686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.11.0

- name: Build
run: zig build
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pub const STLink = struct {
/// in KHz
freq: ?u32 = null,
area: Area = .main,
path: ?*Build.CompileStep = null,
path: ?*Build.Step.Compile = null,
addr: ?u32 = null,
size: ?u32 = null,
};
Expand Down

0 comments on commit bd50686

Please sign in to comment.