diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9cbdcff98..1e4c9284c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,8 +60,6 @@ jobs: # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: branch@dev # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository @@ -95,7 +93,7 @@ jobs: # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies - run: xmake config --arch=${{ matrix.config.arch }} --mode=coverage --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes + run: xmake config --arch=${{ matrix.config.arch }} --mode=coverage --ccache=n --ffmpeg=y --shadernodes=y --tests=y --unitybuild=y --yes # Build the engine - name: Build Nazara diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 6fcea3677..96770139d 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -48,8 +48,6 @@ jobs: # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: branch@dev # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository @@ -82,7 +80,7 @@ jobs: # Setup installation configuration - name: Configure xmake for installation - run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ffmpeg=n --shadernodes=y --tests=y --yes + run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes # Install the result files - name: Install Nazara diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index acce7cab9..6ff474af9 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -41,8 +41,6 @@ jobs: # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: branch@dev # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository @@ -75,7 +73,7 @@ jobs: # Setup installation configuration - name: Configure xmake for installation - run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ffmpeg=n --shadernodes=y --tests=y --yes + run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes # Install the result files - name: Install Nazara diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 71cf1eaee..5c73d2bc0 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -105,7 +105,7 @@ jobs: # Setup installation configuration - name: Configure xmake for installation - run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ffmpeg=n --shadernodes=y --tests=y --yes + run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes # Install the result files - name: Install Nazara diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index ac0cc5060..ec4693913 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -42,8 +42,6 @@ jobs: # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 - with: - xmake-version: branch@dev # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository @@ -76,7 +74,7 @@ jobs: # Setup installation configuration - name: Configure xmake for installation - run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ffmpeg=n --shadernodes=y --tests=y --yes + run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes # Install the result files - name: Install Nazara