Compare commits
1 Commits
da6b48ccd3
...
249edd2acb
Author | SHA1 | Date | |
---|---|---|---|
249edd2acb |
@@ -94,6 +94,13 @@ jobs:
|
||||
chmod +x kpack
|
||||
mv kpack /home/autobuild/tools/win32/bin/.
|
||||
|
||||
- name: Compile clink
|
||||
run: |
|
||||
cd ${{ github.workspace }}/programs/develop/clink
|
||||
gcc main.c -o clink
|
||||
chmod a+x clink
|
||||
mv clink /home/autobuild/tools/win32/bin/clink
|
||||
|
||||
- name: Configure tup
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
|
Reference in New Issue
Block a user