Tweak
This commit is contained in:
parent
677e0ef2ef
commit
a97cdaf10f
|
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: trintignant
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
|
|
|
@ -6,5 +6,5 @@ jobs:
|
|||
runs-on: trintignant
|
||||
steps:
|
||||
- run: pwd
|
||||
- run: make
|
||||
- run: make install
|
||||
- run: cd ${{ gitea.workspace }}; make
|
||||
- run: cd ${{ gitea.workspace }}; make install
|
||||
|
|
Loading…
Reference in New Issue