This commit is contained in:
hoangvv 2025-01-10 08:57:50 +07:00
parent 8941fb2408
commit b7efbc47b7

View File

@ -15,9 +15,9 @@ jobs:
python:
- 3.12.7
steps:
- name: Checkout Repository
- name: Clean up repository
run: |
sudo chmod -R u+rwX .
sudo rm -rf ${{ github.workspace }}/*
- name: Checkout Repository
uses: actions/checkout@v4
with: