Skip to content

Commit

Permalink
CI: Bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jan 15, 2023
1 parent ef34d29 commit e0cc47b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit e0cc47b

Please sign in to comment.