Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Oct 6, 2024
1 parent 4541d3f commit 7d4306e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- run: npm ci && npm run build

- run: zig build -Dheadless=${{ matrix.headless }}
- run: zig build -Doptimize=ReleaseFast -Dheadless=${{ matrix.headless }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
.url = "https://github.com/webview/webview/archive/67d1161.tar.gz",
.hash = "1220a2228027f51755abaf52a3917523349c9669e8be20f03c7d8b1c2c6bfa60c07c",
},
.fridge = .{
.url = "git+https://github.com/cztomsik/fridge?ref=main#ecbe4f210a7afbb8a616b2ba4a19354e4bc7ad66",
.hash = "1220c7f3453a23f35f5380226ca220791754a67205da12c23b55fb11616d63d15419",
},
.tokamak = .{
.url = "git+https://github.com/cztomsik/tokamak?ref=main#3f393902232d3d50041baa073887184e26fe62e1",
.hash = "1220522f24a2966ccfc85cd19bc50350fcaba7097d24da06cb1cb54a6b597df59cc2",
},
.fridge = .{
.url = "git+https://github.com/cztomsik/fridge?ref=main#f563a8ce610a897089ac116694ce69b3dc0c86f4",
.hash = "122035cc700894b43cc5caa37b4b01492c904a10b4456189da701388b47d71ec7d4d",
},
},
.paths = .{
"",
Expand Down

0 comments on commit 7d4306e

Please sign in to comment.