mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-15 01:34:49 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
|
set -e o pipefail
|
||
|
source .github/workflows/gh_ci_envvars.sh
|
||
|
|
||
|
|
||
|
./hyperrogue --version
|