From e0cc47b18d2bdbbeca319b4f92857e4137d6a837 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 15 Jan 2023 10:53:31 -0800 Subject: [PATCH] CI: Bump actions versions --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 201fdbb9..620c5336 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: # We need the tags for the version string - run: git fetch --force --tags - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5 with: manifest-path: build-aux/flatpak/rs.bxt.BunnymodXT.json cache: false @@ -124,9 +124,11 @@ jobs: - name: Install Boost id: install-boost - uses: MarkusJx/install-boost@v2.0.0 + uses: MarkusJx/install-boost@v2.4.3 with: boost_version: 1.78.0 + platform_version: 2019 + toolset: msvc - name: Generate the build system run: cmake -B build -A Win32 -DCOF=${{ matrix.cof }}