Skip to content

Commit

Permalink
Try to use mjp41/workaround8649 package
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 14, 2024
1 parent a68dda0 commit dcab57d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
# if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
- name: Downgrade libc to temporarily fix runner-images/8659
uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
- name: Install system dependencies
run: |
tools/install-sys-dependencies-linux ci
tools/install-sys-dependencies-linux
tools/install-rust-dependencies
- name: Cache internal dependencies
id: internal_cache
Expand Down

0 comments on commit dcab57d

Please sign in to comment.