We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b8679 commit 2e6698fCopy full SHA for 2e6698f
.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: ./
23
- run: |
24
- ./test.sh
+ sudo apt update -y
25
+ sudo apt install makepkg -y
26
+ repo-add --help
27
#debug2:
28
# runs-on: ubuntu-latest
29
# name: Check commands
README.md
@@ -11,7 +11,7 @@ jobs:
11
name: Example
12
steps:
13
14
- - uses: termux-pacman/pacman-tool-repo@v1
+ - uses: termux-pacman/pacman-tool-repo@v1.1
15
16
repo-add --help
17
repo-remove --help
0 commit comments