summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-15 04:25:01 +0000
committerSam James <sam@gentoo.org>2024-11-15 04:25:01 +0000
commit3b4f057827907c1ad75c374d48d5d6905d3417f5 (patch)
treef2a678900aa69b9cdcd5a1a2c7d96bf2116182a9
parentci: fix syntax (diff)
downloadelt-patches-3b4f057827907c1ad75c374d48d5d6905d3417f5.tar.gz
elt-patches-3b4f057827907c1ad75c374d48d5d6905d3417f5.tar.bz2
elt-patches-3b4f057827907c1ad75c374d48d5d6905d3417f5.zip
ci: use gentoo container
Needed for gentoo-functions. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 40c366d..fc59771 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,8 @@ on: [pull_request, push]
jobs:
make:
- runs-on: [ubuntu-latest]
+ runs-on: ubuntu-latest
+ container: gentoo/stage3
steps:
- name: Install dependencies
run: |