Skip to content

Commit

Permalink
update gen-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Aug 29, 2024
1 parent 81b9fb4 commit e9b8b31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/gen-workflows
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ grep -B999 '^ ghc:$' .github/workflows/build.yml
cat $cabal |
grep "GHC==" |
sed -e "s/.*GHC==/ - '/;s/$/'/" |
grep -v '7.[468]'
# grep -v '8.[642]' |
grep -v '7\.[02468]'

grep -A999 "^ - '7.10'$" .github/workflows/build.yml |
grep -A999 "^ - '8.8'$" .github/workflows/build.yml |
tail -n +2 |
filter

0 comments on commit e9b8b31

Please sign in to comment.