Skip to content

Commit

Permalink
add disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Feb 18, 2025
1 parent 2d2a59f commit 5dab8e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ permissions:
jobs:
build-with-docker:
name: Build with Docker
runs-on: ubuntu-22.04
runs-on: ubuntu-latest-4core
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: sudo apt-get update && sudo apt-get install -y build-essential
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/build-push-action@v3
Expand Down

0 comments on commit 5dab8e6

Please sign in to comment.