Skip to content

Commit

Permalink
missing autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 12, 2024
1 parent b23fba6 commit a043469
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release MacOS ARM64
on:
# push
workflow_run:
workflows: ['Release']
types:
- completed
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
macos:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@main

- name: Install
run: brew install gcc coreutils wget m4
run: brew install gcc coreutils wget m4 flex bison autoconf automake

# - name: Symlink GCC & Fortran
# run: ./etc/actions/macos/link_fortran.sh "$ARCH"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release Windows
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
# push
workflow_run:
workflows: ['Release']
types:
- completed

jobs:
windows:
Expand Down

0 comments on commit a043469

Please sign in to comment.