Skip to content

Commit

Permalink
Switch to linux_bin_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Sep 21, 2024
1 parent 14aa21a commit 705e5e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
flutter-version: '3.24.2'

- name: Clone project
run: git clone https://github.com/anandnet/Harmony-Music.git
run: |
git clone https://github.com/anandnet/Harmony-Music.git
git switch linux_bin_fix
- name: Install project dependencies
working-directory: ./Harmony-Music
Expand Down

0 comments on commit 705e5e6

Please sign in to comment.