Skip to content

Commit ae7c690

Browse files
FINALLY
1 parent 6c22c51 commit ae7c690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fullBuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
run: git submodule update --init --recursive
2020
- name: Switch to full build branch and merge
2121
run: |
22-
#git checkout full-build
23-
#git merge origin/main
2422
git fetch --all
2523
git checkout full-build
24+
git merge origin/main
2625
- name: Setup Node
2726
uses: actions/setup-node@v3
2827
with:

0 commit comments

Comments
 (0)