runner-dummy/.gitea/workflows/build.yml
Greg Gauthier 0ff2c9e36b
Some checks failed
gobuild / build (push) Failing after 1s
try a different build vm
2024-07-21 17:58:34 +01:00

24 lines
360 B
YAML

name: gobuild
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: python-latest
steps:
# - uses: actions/checkout@v2
- name: Mucking About
run:
uname -a
&& lsb_release -a
&& whoami
&& pwd
&& echo $PATH
&& git --version
&& python --version