{"id":20156489,"url":"https://github.com/f3d-app/install-mesa-windows-action","last_synced_at":"2025-03-03T02:11:45.778Z","repository":{"id":235432217,"uuid":"790585244","full_name":"f3d-app/install-mesa-windows-action","owner":"f3d-app","description":"A github action to install mesa library on Windows","archived":false,"fork":false,"pushed_at":"2024-04-24T06:39:49.000Z","size":11,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T12:48:59.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3d-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-23T06:39:31.000Z","updated_at":"2024-09-05T17:12:51.000Z","dependencies_parsed_at":"2024-11-13T23:39:01.341Z","dependency_job_id":null,"html_url":"https://github.com/f3d-app/install-mesa-windows-action","commit_stats":null,"previous_names":["f3d-app/install-mesa-windows-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Finstall-mesa-windows-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Finstall-mesa-windows-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Finstall-mesa-windows-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3d-app%2Finstall-mesa-windows-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3d-app","download_url":"https://codeload.github.com/f3d-app/install-mesa-windows-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596276,"owners_count":19988044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:38:57.990Z","updated_at":"2025-03-03T02:11:45.760Z","avatar_url":"https://github.com/f3d-app.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Mesa on Windows Action\n\nThis GitHub Action download, extract and install mesa binary release\nfrom https://github.com/pal1000/mesa-dist-win into a designated folder.\n\nJust add this to your workflow:\n```yaml\n  - name: Install Mesa Windows\n    uses: f3d-app/install-mesa-windows-action@v1\n    with:\n      path: ${{github.workspace}}/path/to/folder\n```\n\nAny executable in that directory using `opengl32.dll` and other mesa related libraries\nwill then just work out of the box.\n\nNote that this action will define `GALLIUM_DRIVER` environnement variable that is needed for mesa to work as expected.\n\nThe path can contain wildcards, which means the mesa files can be copied to multiple directories in a single action use.\nIf the directories do not exists, they will be created.\n\n## Defining mesa version\n\nWhich mesa version to use can be set like this:\n\n```yaml\n  - name: Install Mesa Windows\n    uses: f3d-app/install-mesa-windows-action@v1\n    with:\n      path: ${{github.workspace}}/path/to/folder\n      version: 24.0.5\n```\n\nPlease note only the default version is tested by the CI of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3d-app%2Finstall-mesa-windows-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3d-app%2Finstall-mesa-windows-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3d-app%2Finstall-mesa-windows-action/lists"}