Skip to content

Commit

Permalink
Fixup readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Apr 23, 2024
1 parent da7b821 commit 1824e37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from https://github.com/pal1000/mesa-dist-win into a designated folder.
Just add this to your workflow:
```yaml
- name: Install Mesa Windows
uses: f3d-app/install-mesa-windows-action@latest
uses: f3d-app/install-mesa-windows-action@v1
with:
path: ${{github.workspace}}/path/to/folder
```
Expand All @@ -22,7 +22,7 @@ Which mesa version to use can be set like this:

```yaml
- name: Install Mesa Windows
uses: f3d-app/install-mesa-windows-action@latest
uses: f3d-app/install-mesa-windows-action@v1
with:
path: ${{github.workspace}}/path/to/folder
version: 24.0.5
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Install Mesa Windows'
description: 'Install Mesa Windows binaries to a specific directory'
branding:
icon: 'arrow-down'
color: 'gray-dark'
inputs:
path:
description: 'path to install binaries to, supports wildcard'
Expand Down

0 comments on commit 1824e37

Please sign in to comment.