Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 28, 2023
1 parent 6670359 commit 475a528
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,8 @@ jobs:
uses: microsoft/[email protected]
with:
vs-version: 16
- name: Build Windows modules
shell: bash
run: ./build-windows-modules.sh
- name: Build app
shell: bash
env:
# On Windows, the checkout is on the D drive, which is very small.
# Moving the target directory to the C drive ensures that the runner
# doesn't run out of space on the D drive.
CARGO_TARGET_DIR: "C:/cargo-target"
run: ./build.sh
- name: Build test executable
shell: bash
Expand Down

0 comments on commit 475a528

Please sign in to comment.