Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRRb committed Jan 6, 2025
1 parent b2eceb0 commit 9269f87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
repository: "zed-industries/zed"
ref: ${{ github.event.inputs.branch }}

- run: cargo --version
- run: rustup target add x86_64-pc-windows-msvc

- run: cargo build --target=x86_64-pc-windows-msvc

- run: tree .

0 comments on commit 9269f87

Please sign in to comment.