everything has to be hard
All checks were successful
/ build (push) Successful in 38s

This commit is contained in:
Finn 2024-08-04 23:28:01 -07:00
parent e8587be1df
commit 4b9826e489

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Build apcupsd_exporter
run: |
set -exuo pipefail
set -ex
sudo apt-get update && sudo apt-get install -y golang-go
git clone https://github.com/mdlayher/apcupsd_exporter.git
cd apcupsd_exporter