Skip to content

Commit

Permalink
ci: use gentoo container
Browse files Browse the repository at this point in the history
Needed for gentoo-functions.

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Nov 15, 2024
1 parent aa5d568 commit 3b4f057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3b4f057

Please sign in to comment.