1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-10 00:43:59 +02:00
vcmi/CI/before_install/msvc.sh
2024-10-27 09:32:30 +00:00

5 lines
123 B
Bash

#!/usr/bin/env bash
DUMPBIN_DIR=$(vswhere -latest -find **/dumpbin.exe | head -n 1)
dirname "$DUMPBIN_DIR" > $GITHUB_PATH