Explicitly add /usr/bin to root package #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
build-test: | |
uses: cygporter/workflows/.github/workflows/build-test.yml@v1 | |
with: | |
cygport_file: python-flask.cygport | |
bootstrap_packages: cygport python38-wheel python39-wheel python38-devel python39-devel |