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 b6f8d46 commit 3b02fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 15
run:
mkdir frontend/build && cd backend && touch
windmill-api/openapi-deref.yaml && rustup target add x86_64-pc-windows-gnu &&
windmill-api/openapi-deref.yaml && apt-get install gcc-mingw-w64 && rustup target add x86_64-pc-windows-gnu &&
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info cargo build --target x86_64-pc-windows-gnu --release

0 comments on commit 3b02fbb

Please sign in to comment.