Skip to content

Commit

Permalink
This needs to be done first
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 13, 2024
1 parent 9e99594 commit 332956e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-tarball-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- name: Download release script
run: wget https://raw.githubusercontent.com/DOMjudge/domjudge-scripts/main/make_release.sh

- name: Create release tarball
run: |
#sh ./make_release.sh ${{ github.ref_name }}
sh ./make_release.sh 8.2.2
- name: Bring apt in a good state
run: apt update

Expand All @@ -33,6 +28,11 @@ jobs:
python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
latexmk texlive-latex-recommended texlive-latex-extra tex-gyre
- name: Create release tarball
run: |
#sh ./make_release.sh ${{ github.ref_name }}
sh ./make_release.sh 8.2.2
- name: Install our new version dependencies
run: |
apt install -y acl zip unzip mariadb-server apache2 php php-fpm php-gd php-cli php-intl php-mbstring \
Expand Down

0 comments on commit 332956e

Please sign in to comment.