Skip to content

Commit

Permalink
editing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric committed Sep 26, 2024
1 parent 9b84cb9 commit 11e8ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run:
mkdir frontend/build && cd backend && touch
windmill-api/openapi-deref.yaml && apt-get install gcc-mingw-w64 python-is-python3 --yes && rustup target add x86_64-pc-windows-gnu &&
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill OPENSSL_DIR="/usr/lib/ssl"
DISABLE_EMBEDDING=true RUST_LOG=info cargo build --target x86_64-pc-windows-gnu --release

0 comments on commit 11e8ca7

Please sign in to comment.