Skip to content

Commit

Permalink
Fix wrongly solved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Jan 21, 2025
1 parent 05fcea3 commit e07e948
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
with:
submodules: recursive

uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -113,10 +109,6 @@ jobs:
with:
submodules: recursive

uses: actions/checkout@v3
with:
submodules: recursive

- name: Install toolchain # Can't switch to "dtolnay/rust-toolchain", it will cause "Build UI setup file" error.
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e07e948

Please sign in to comment.