Skip to content

Commit 1b4e4d6

Browse files
author
Dave Hughes
committed
.github/workflows/repoman.yml: update portage ver
1 parent 9bff3d4 commit 1b4e4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repoman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install lxml pyyaml
22-
wget -qO - "https://github.com/gentoo/portage/archive/portage-3.0.28.tar.gz" | tar xz
22+
wget -qO - "https://github.com/gentoo/portage/archive/portage-3.0.30.tar.gz" | tar xz
2323
sudo groupadd -g 250 portage
2424
sudo useradd -g portage -d /var/tmp/portage -s /bin/false -u 250 portage
2525
- name: Setup master gentoo repository

0 commit comments

Comments
 (0)