name: C/C++ CI on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macOS-latest] steps: - uses: actions/checkout@v1 - name: Build glorytun run: | git submodule update --init --recursive ./sodium.sh make