Skip to content

Commit 2e6698f

Browse files
committedJan 26, 2024
pacman-tool-repo-v1.1: update README.md
1 parent e9b8679 commit 2e6698f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: ./
2323
- run: |
24-
./test.sh
24+
sudo apt update -y
25+
sudo apt install makepkg -y
26+
repo-add --help
2527
#debug2:
2628
# runs-on: ubuntu-latest
2729
# name: Check commands

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Example
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: termux-pacman/pacman-tool-repo@v1
14+
- uses: termux-pacman/pacman-tool-repo@v1.1
1515
- run: |
1616
repo-add --help
1717
repo-remove --help

0 commit comments

Comments
 (0)