fix windwos build #461
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: Tophat workflow | |
on: [push] | |
jobs: | |
Auto-Package: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: make | |
run: | | |
sudo apt-get install gcc zip make libx11-dev libgl-dev gcc-mingw-w64-x86-64 | |
git submodule init | |
git submodule update --remote | |
make | |
make cross |