From 036aec1682c219cfc4b07797f0dd4be7991595bf Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 23 Nov 2024 13:10:46 +0000 Subject: [PATCH] Misc. tidying --- .github/workflows/CI.yml | 2 -- demo/src/main.zig | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2b86562..f24529b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,8 +15,6 @@ jobs: build: strategy: matrix: - #Deactivated windows for I don't know why it fails - #os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/demo/src/main.zig b/demo/src/main.zig index 3360536..f051ee5 100644 --- a/demo/src/main.zig +++ b/demo/src/main.zig @@ -90,6 +90,7 @@ pub const jetzig_options = struct { .same_site = true, .secure = true, .http_only = true, + .path = "/", }, };