Skip to content

Commit

Permalink
GHA: Compile: Updates mt-path
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 5, 2024
1 parent 4deb8e0 commit 41ab136
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:

jobs:
Compile:
env:
GITHUB_HOME: ${{ github.workspace }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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

0 comments on commit 41ab136

Please sign in to comment.