Skip to content

Commit

Permalink
Update checkout for non-manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent 9589e09 commit 8e262db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,13 @@ jobs:

steps:
- name: Checkout RoadRunner
if: matrix.platform.os_type == 'manylinux'
uses: actions/checkout@v3

- name: Checkout RoadRunner
if: matrix.platform.os_type != 'manylinux'
uses: actions/checkout@v4

- name: Set MSVC as the default compiler on Windows
if: matrix.platform.os_type == 'windows'
uses: ilammy/[email protected]
Expand Down

0 comments on commit 8e262db

Please sign in to comment.