Skip to content

GTK+ for Windows Runtime Environment in GitHub Actions

License

Notifications You must be signed in to change notification settings

yjpictures/GTK-Windows

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GTK for Windows (GitHub Actions)

GitHub Workflow Status (with event) GitHub Latest Release GitHub License

This GitHub Action will allow you to add GTK in the runner environment. This actions checks out 2022-01-04 release from GTK+ for Windows Runtime Environment by Tom Schoonjans and adds to the runner environment.

Usage

Normal usage

- name: Add GTK to the Runner Environment
  uses: yjpictures/GTK-Windows@v1

Use a custom release tag

- name: Add GTK to the Runner Environment
  uses: yjpictures/GTK-Windows@v1
  with:
    # The release tag to use. Default is 2022-01-04.
    release: ''