From 41ab136e45e154616ba1d6eeb16ba9afca9b49dd Mon Sep 17 00:00:00 2001 From: kenorb Date: Mon, 5 Feb 2024 01:51:41 +0000 Subject: [PATCH] GHA: Compile: Updates mt-path --- .github/workflows/compile.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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