Skip to content

Commit

Permalink
Test build rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 28, 2025
1 parent 1abaa06 commit 4ca8acf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ env:
BUILD_NUMBER: ${{ github.run_number }}
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
BRANCH_BUILDTOOLS: 'develop'
BRANCH_CLIENT: 'master'
BRANCH_SERVER: 'develop'
BRANCH_CLIENT: 'develop'
BRANCH_SERVER: 'master'

jobs:
prepare:
Expand Down Expand Up @@ -102,6 +102,8 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android /opt/ghc
sudo docker image prune --all --force
sudo yarn cache clean
sudo npm cache clean --force
- name: Import GPG
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit 4ca8acf

Please sign in to comment.