Skip to content

Commit

Permalink
DEB release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 14, 2023
1 parent c4fca89 commit b398ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian Release
name: Release Debian
on: ['push']
# workflow_run:
# workflows: ['Release']
Expand All @@ -19,7 +19,7 @@ jobs:
sudo apt install gcc g++ gfortran m4 patch \
git libblas-dev liblapack-dev libsuitesparse-dev \
libhdf5-dev libgsl-dev flex bison wget cmake autoconf \
automake autotools-dev
automake autotools-dev freeglut3-dev
- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Release
name: Release Windows
on: ['push']
# workflow_run:
# workflows: ['Release']
Expand Down

0 comments on commit b398ac0

Please sign in to comment.