Misc. tidying

This commit is contained in:
Bob Farrell 2024-11-23 13:10:46 +00:00
parent 130a7c81a8
commit 036aec1682
2 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,6 @@ jobs:
build: build:
strategy: strategy:
matrix: 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] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View File

@ -90,6 +90,7 @@ pub const jetzig_options = struct {
.same_site = true, .same_site = true,
.secure = true, .secure = true,
.http_only = true, .http_only = true,
.path = "/",
}, },
}; };