Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 27, 2024
1 parent e9b8679 commit c019bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
runs-on: ubuntu-latest
name: Check commands
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
- run: |
./test.sh
sudo su -c "echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main restricted' > /etc/apt/sources.list.d/lunar.list"
sudo su -c " echo 'deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted' >> /etc/apt/sources.list.d/lunar.list"
sudo apt update -y
sudo apt install pacman -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 c019bb1

Please sign in to comment.