We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e583a92 commit fe61efcCopy full SHA for fe61efc
1 file changed
.github/workflows/write-ci.yml
@@ -10,12 +10,13 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
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
+ - run: git clone --recurse-submodules https://github.com/styluslabs/Write
+ #- uses: actions/checkout@v4
+ # with:
+ # submodules: recursive
+ - run: git switch write-linux
18
+ working-directory: Write/SDL
19
- run: make DEBUG=1
- working-directory: syncscribble
20
+ working-directory: Write/syncscribble
21
- run: ./Debug/Write --test
22
0 commit comments