fix: checkout first

This commit is contained in:
Roman 2025-02-12 15:19:41 +08:00
parent 1144a7a733
commit e55e6b6ec2
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 120 timeout-minutes: 120
steps: steps:
- uses: actions/checkout@v4
- name: Remove unwanted software - name: Remove unwanted software
uses: ./.github/actions/prune-vm uses: ./.github/actions/prune-vm
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.12' python-version: '3.12'