Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob authored Feb 23, 2024
1 parent bfde366 commit 821ee28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-vdat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ runs:
steps:
- name: Set up VDAT on Windows
shell: pwsh
env:
GL_PAT: ${{ inputs.gitlab-auth }}
if: runner.os == 'Windows'
run: |
echo "VDAT_EXE=D:\a\rvdat\vdat.exe" >> $env:GITHUB_ENV
Expand All @@ -39,6 +41,8 @@ runs:
- name: Set up VDAT on macOS
shell: bash
env:
GL_PAT: ${{ inputs.gitlab-auth }}
if: runner.os == 'macOS'
run: |
echo "VDAT_EXE=/Users/runner/work/rvdat/vdat" >> $GITHUB_ENV
Expand Down

0 comments on commit 821ee28

Please sign in to comment.