Skip to content

Commit

Permalink
v2.26.0 e7b46ae
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 8, 2024
1 parent c52d1fa commit d44ca8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ The absolute path of the MSYS2 installation location. Example: `D:\a\_temp\msys6
```yaml
- uses: msys2/setup-msys2@v2
id: msys2
- run: echo '${{ steps.msys2.outputs.msys2-location }}'
- env:
MSYS2_LOCATION: ${{ steps.msys2.outputs.msys2-location }}
run: echo "$env:MSYS2_LOCATION"
```

Available since v2.24.1
Expand Down
6 changes: 3 additions & 3 deletions index.js

Large diffs are not rendered by default.

0 comments on commit d44ca8e

Please sign in to comment.