Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 26, 2024
1 parent e9b8679 commit a350fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
- run: |
./test.sh
sudo echo "deb http://archive.ubuntu.com/ubuntu/ lunar main restricted" >> /etc/apt/sources.list
sudo echo "deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted" >> /etc/apt/sources.list
sudo apt update -y
sudo apt install pacman-package-manager -y
repo-add --help
#debug2:
# runs-on: ubuntu-latest
# name: Check commands
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Example
steps:
- uses: actions/checkout@v3
- uses: termux-pacman/pacman-tool-repo@v1
- uses: termux-pacman/pacman-tool-repo@v1.1
- run: |
repo-add --help
repo-remove --help
Expand Down

0 comments on commit a350fa6

Please sign in to comment.