Skip to content

Commit

Permalink
CI: don't invoke ci-download-pkgs.sh in release job
Browse files Browse the repository at this point in the history
The make_archives.py script downloads all archives it needs
  • Loading branch information
fingolfin committed Dec 18, 2022
1 parent a626088 commit 49d61be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ concurrency:

env:
NO_COVERAGE: 1
BOOTSTRAP_MINIMAL: yes

jobs:
unix:
Expand Down Expand Up @@ -82,8 +81,6 @@ jobs:
BUILD=`head -1 cnf/GAP-VERSION-FILE | cut -d ' ' -f3`
echo "steps.get-build.outputs.name = ${BUILD}"
echo "name=${BUILD}" >> $GITHUB_OUTPUT
- name: "Download packages"
run: dev/ci-download-pkgs.sh
- name: "Make archives"
run: python -u ./dev/releases/make_archives.py

Expand Down

0 comments on commit 49d61be

Please sign in to comment.