Skip to content

Commit

Permalink
CI3
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Logar committed Oct 2, 2023
1 parent 23a5598 commit 2668760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$RUNNER_OS" == "macOS" ]; then
fi

if [ "$1" == "mingw" -o "$1" == "mingw32" ]; then
mkdir CNG
mkdir -p CNG
wget https://raw.githubusercontent.com/open-eid/minidriver/master/cardmod.h -O CNG/cardmod.h
if [ "$1" == "mingw" ]; then
HOST=x86_64-w64-mingw32
Expand Down

0 comments on commit 2668760

Please sign in to comment.