Skip to content

Commit fe61efc

Browse files
author
pbsurf
committed
CI: switch SDL branch 3nd try
1 parent e583a92 commit fe61efc

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/write-ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
14-
with:
15-
submodules: recursive
16-
- run: git branch -r && git fetch --all && git checkout write-linux
17-
working-directory: SDL
13+
- run: git clone --recurse-submodules https://github.com/styluslabs/Write
14+
#- uses: actions/checkout@v4
15+
# with:
16+
# submodules: recursive
17+
- run: git switch write-linux
18+
working-directory: Write/SDL
1819
- run: make DEBUG=1
19-
working-directory: syncscribble
20+
working-directory: Write/syncscribble
2021
- run: ./Debug/Write --test
21-
working-directory: syncscribble
22+
working-directory: Write/syncscribble

0 commit comments

Comments
 (0)