Skip to content

Commit

Permalink
Revert build-asan back to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 14, 2023
1 parent f56a465 commit 1cdbd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3 # TODO: Upgrade to v4 causes GLIBC failures
with:
fetch-depth: 0

Expand Down

0 comments on commit 1cdbd7f

Please sign in to comment.