Checkout repo
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
00d120fb30
commit
c67ff0ae0d
|
@ -6,6 +6,8 @@ jobs:
|
|||
runs-on: trintignant
|
||||
steps:
|
||||
- run: pwd
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: cd ${{ gitea.workspace }}; ls -l
|
||||
- run: cd ${{ gitea.workspace }}; make
|
||||
- run: cd ${{ gitea.workspace }}; make install
|
||||
|
|
Loading…
Reference in New Issue