Skip to content

Commit

Permalink
install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 29, 2024
1 parent 708c11e commit 75eb82d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ jobs:
java-version: 17
distribution: temurin
architecture: ${{ matrix.architecture }}
- name: Install Arm64 Toolchain
run: ./gradlew installArm64Toolchain
if: ${{ (matrix.artifact-name) == 'LinuxArm64' }}
- run: |
rm -rf photon-server/src/main/resources/web/*
mkdir -p photon-server/src/main/resources/web/docs
Expand Down

0 comments on commit 75eb82d

Please sign in to comment.