Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 11, 2024
1 parent 9e0c09a commit 6bc283e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
- run: apk info -L uctags

- run: |
printf '%s\n' 'version: 1000' >> ~/.ppkg/repos.d/official-core/formula/uctags.yml
printf '%s\n' 'version: 1000' >> ~/.ppkg/repos.d/official-core/formula/libyaml.yml
- run: ./ppkg ls-available
- run: ./ppkg ls-installed
- run: ./ppkg ls-outdated

- run: ./ppkg is-available uctags
- run: ./ppkg is-installed uctags
- run: ./ppkg is-outdated uctags
- run: ./ppkg is-outdated libyaml


- run: ./ppkg upgrade uctags
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:


- run: |
printf '%s\n' 'version: 1000' >> ~/.ppkg/repos.d/official-core/formula/uctags.yml
printf '%s\n' 'version: 1000' >> ~/.ppkg/repos.d/official-core/formula/libyaml.yml
- run: ./ppkg ls-available
Expand All @@ -117,7 +117,7 @@ jobs:

- run: ./ppkg is-available uctags
- run: ./ppkg is-installed uctags
- run: ./ppkg is-outdated uctags
- run: ./ppkg is-outdated libyaml

- run: ./ppkg upgrade uctags
- run: ./ppkg reinstall uctags
Expand Down

0 comments on commit 6bc283e

Please sign in to comment.