Skip to content

Commit

Permalink
fix: https clone
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Feb 16, 2024
1 parent 8e1a3c9 commit 2468a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Clone WebUI
run: git clone -b ext git@github.com:SpikeHD/webui.git
run: git clone -b ext https://github.com/SpikeHD/webui.git

- name: Build WebUI
run: |
Expand Down

0 comments on commit 2468a15

Please sign in to comment.