Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Feb 16, 2024
1 parent 495ee23 commit cb1587f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: gentoo/portage:latest
image: gentoo/portage
steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
Expand All @@ -17,7 +17,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: gentoo/portage:latest
image: gentoo/portage
steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
Expand All @@ -26,7 +26,7 @@ jobs:
bench:
runs-on: ubuntu-latest
container:
image: gentoo/portage:latest
image: gentoo/portage
steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
Expand All @@ -36,7 +36,7 @@ jobs:
# TODO Remove this job when refactoring of dialect macros is done.
runs-on: ubuntu-latest
container:
image: gentoo/portage:latest
image: gentoo/portage
steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit cb1587f

Please sign in to comment.