Skip to content

Commit

Permalink
Update Win32 image and changes from #1267
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Dec 20, 2024
1 parent baa009b commit 02a1696
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,13 @@ jobs:
runs-on: ubuntu-latest
needs: sanity_check
container:
image: ubuntu:16.04
image: ubuntu:24.04
steps:
- uses: actions/checkout@v2
- run: |
apt-get update && apt-get install -y git
- name: Prepare the Windows build environment
run: |
apt-get update && xargs -a scripts/setup_14.04_requirements.list apt-get install -y
apt-get install -y software-properties-common
add-apt-repository -y ppa:george-edison55/cmake-3.x
apt-get install -y cmake mingw-w64 mingw-w64-tools default-jdk nsis libsaxonb-java curl
run: bash scripts/setup_win32.sh
- name: Build for Windows
run: |
bash scripts/build_win32.sh
Expand Down

0 comments on commit 02a1696

Please sign in to comment.