diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index a1fd68d6..1d0c3c61 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -17,8 +17,6 @@ on: jobs: Compile: - env: - GITHUB_HOME: ${{ github.workspace }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -34,5 +32,5 @@ jobs: requirements: galaxy-requirements.yml - uses: fx31337/mql-compile-action@dev with: - mt-path: ${{ env.GITHUB_HOME }} + mt-path: ${{ github.workspace }}/../../.wine/drive_c verbose: true