diff --git a/.github/workflows/os-compatibility.yml b/.github/workflows/os-compatibility.yml index 230aba0..945f2a5 100644 --- a/.github/workflows/os-compatibility.yml +++ b/.github/workflows/os-compatibility.yml @@ -113,8 +113,12 @@ jobs: - name: Install required libraries for MySQL on alpine run: apk add libaio libstdc++ - - name: Checkout - run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch --depth 1 mysqlmsn + - name: Clone Repository + run: git clone https://github.com/${{ github.repository }} --branch ${{ github.head_ref || github.ref_name }} --single-branch mysqlmsn + + - name: Checkout code + working-directory: mysqlmsn + run: git reset --hard ${{ github.event.after }} - name: Install packages working-directory: mysqlmsn