Skip to content

Commit

Permalink
Update GHA.Windows: figure out needed msys2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 14, 2024
1 parent 6ffef19 commit 5af3608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
shell: msys2 {0}
run: |
uname -a
which sed
which make
which gcc
which ld
which ar
which ranlib
which windres
pacman -Ss make
pacman -Ss gcc
pacman -Ss binutils
pacman -Ss windres
sh build.sh
- name: Upload log
Expand Down
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ set -e
# show commands
set -x

which sed
uname -a
which make
which gcc
which ld
which ar
which ranlib
which windres

name="sasfit-tcl"
mode="$1"
Expand Down

0 comments on commit 5af3608

Please sign in to comment.