Skip to content

Commit

Permalink
add x64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich authored May 11, 2024
1 parent fe6b466 commit 269fc6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-zed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Add WASM target
run: rustup target add wasm32-wasi

- name: Add add x86_64-pc-windows-gnu taget
run: rustup target add x86_64-pc-windows-gnu

- name: Install C++ build tools
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -33,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: my-artifact
path: path/to/your/artifact
path: path/to/your/artifact

0 comments on commit 269fc6f

Please sign in to comment.