aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 422daa7..90444dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
- 'pypy-3.9'
env:
- PORTAGE_VERSION: "3.0.30"
+ # TODO: get this dynamically
+ PORTAGE_VERSION: "3.0.45.3"
steps:
- uses: actions/checkout@v2