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