Skip to content

Commit 894bf5b

Browse files
committed
.
1 parent 3719804 commit 894bf5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BASIC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ master ]
66

77
jobs:
8-
build:
8+
build_stable:
99

1010
runs-on: ubuntu-latest
1111

@@ -14,7 +14,7 @@ jobs:
1414
- name: install tools
1515
run: make prep
1616
- name: make move
17-
run: make move
17+
run: make move GRUB=pt
1818

1919
- name: Upload Build files
2020
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)