Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

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: ''