Is this how I install dependencies on the gitea runner?
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m14s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m14s
This commit is contained in:
parent
48dec5a2c8
commit
dc6e7924b5
@ -15,5 +15,6 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- run: sudo apt update && sudo apt install -y mingw-w64
|
||||||
- run: make all -j`nproc`
|
- run: make all -j`nproc`
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user