Skip to content

Commit

Permalink
Update GHA.Windows: find working msys2 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 14, 2024
1 parent fa2cf8a commit 8af0afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
set "PATH=C:\msys64\MINGW64\bin;C:\msys64\usr\bin;%PATH%"
echo %PATH%
pacman -Q
:: sh -lc "pacman -S --noconfirm make diffutils patch mingw-w64-x86_64-gcc"
pacman -S --noconfirm make diffutils patch mingw-w64-x86_64-gcc
which sed
- name: Building
run: sh build.sh
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
# show commands
set -x

which sed

name="sasfit-tcl"
mode="$1"
arch="$(uname -m)"
Expand Down

0 comments on commit 8af0afc

Please sign in to comment.