diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index fa5ffd98..ee8bdce0 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -18,6 +18,9 @@ jobs: steps: - uses: actions/checkout@v2 + - if: ${{ matrix.os == 'ubuntu-latest' }} + run: sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config -y + - id: npm-cache run: echo "::set-output name=dir::$(npm config get cache)" - uses: actions/cache@v2