fix for quirk when running 32bit os with 64bit kernel on raspberryPi #11
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: | |
package-haxelib: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: hxp-haxelib | |
path: | | |
scripts/ | |
src/ | |
bin/ | |
CHANGELOG.md | |
haxelib.json | |
hxformat.json | |
LICENSE.md | |
NOTICE.md | |
package.json | |
README.md | |
run.n | |
if-no-files-found: error |