Skip to content

Commit

Permalink
ci: remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
chiichen committed Nov 30, 2024
1 parent 2276942 commit 4d7c41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1 # Make compile happy on Windows for now
- name: Install Rust nightly
run: rustup update nightly
- name: Build
Expand Down

0 comments on commit 4d7c41a

Please sign in to comment.