diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 8285d6f..dc7ea56 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -10,6 +10,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: APT + run: | + apt update + apt install libglew-dev + - uses: actions/cache/restore@v4 with: path: ~/.xmake/packages