Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpovskii committed May 2, 2024
1 parent 7548556 commit 4524788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
ci:
strategy:
matrix:
zig-verion: ['0.12.0', master]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
with:
version: ${{ matrix.zig-version }}
version: 0.12.0
- uses: dtolnay/rust-toolchain@stable

- name: Zig version
Expand Down
2 changes: 0 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub fn build(b: *std.Build) void {

const optimize = b.standardOptimizeOption(.{});

std.debug.print("{any}\n", .{@import("builtin").target});

const exe = b.addExecutable(.{
.name = "build_crab",
.root_source_file = b.path("src/main.zig"),
Expand Down

0 comments on commit 4524788

Please sign in to comment.