Skip to content

Commit

Permalink
actions: use github.workspace instead of platform specific environmen…
Browse files Browse the repository at this point in the history
…t variables syntax
  • Loading branch information
joshtynjala committed Jan 10, 2024
1 parent f8a4db0 commit 3889dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install dox --quiet
haxelib dev actuate $GITHUB_WORKSPACE
haxelib dev actuate ${{ github.workspace }}
- name: Build docs
working-directory: scripts
Expand Down

0 comments on commit 3889dea

Please sign in to comment.