mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
debugging ™️
This commit is contained in:
parent
1cd241a0d8
commit
723b4c9ad0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/aur.yml
vendored
3
.github/workflows/aur.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: debug
|
||||
run: ls /home/runner/work/lune/lune
|
||||
|
||||
- name: Setup docker CLI
|
||||
uses: actions-hub/docker/cli@master
|
||||
|
|
Loading…
Reference in a new issue