Skip to content

Commit

Permalink
ci: Only clone the Mu main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Dec 11, 2024
1 parent 31d0f8c commit 1a1a640
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
pip --version
pip list --verbose
- name: Clone Mu
run: |
git clone https://github.com/mu-editor/mu.git
cd mu
git checkout -b docker-appimage origin/docker-appimage
run: git clone https://github.com/mu-editor/mu.git
- name: Install Mu test dependencies
run: |
cd mu
Expand Down

0 comments on commit 1a1a640

Please sign in to comment.