Skip to content

Commit ca0c01e

Browse files
authored
Change fuego repository branch from dynamigo to master
1 parent 2194452 commit ca0c01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux-appstore-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build fuego from source
7474
run: |
7575
# Clone fuego from dynamigo branch
76-
git clone -b dynamigo https://github.com/usexfg/fuego.git fuego-source
76+
git clone -b master https://github.com/colinritman/fuego.git fuego-source
7777
cd fuego-source
7878
7979
# Install build dependencies
@@ -155,7 +155,7 @@ jobs:
155155
- name: Build fuego from source
156156
run: |
157157
# Clone fuego from dynamigo branch
158-
git clone -b dynamigo https://github.com/usexfg/fuego.git fuego-source
158+
git clone -b master https://github.com/colinritman/fuego.git fuego-source
159159
cd fuego-source
160160
161161
# Install build dependencies
@@ -241,7 +241,7 @@ jobs:
241241
- name: Build fuego from source
242242
run: |
243243
# Clone fuego from dynamigo branch
244-
git clone -b dynamigo https://github.com/usexfg/fuego.git fuego-source
244+
git clone -b master https://github.com/colinritman/fuego.git fuego-source
245245
cd fuego-source
246246
247247
# Install build dependencies

0 commit comments

Comments
 (0)