1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Update some workflows to newer Ubuntu versions (#14668)

This commit is contained in:
sfan5 2024-06-03 20:39:02 +02:00 committed by GitHub
parent ec9c000be9
commit 87232358d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 45 additions and 52 deletions

View file

@ -1,7 +1,7 @@
#! /bin/bash -eu
#!/bin/bash -eu
cd /tmp
git clone --recursive https://github.com/jupp0r/prometheus-cpp
git clone --recursive --depth 1 --shallow-submodules \
https://github.com/jupp0r/prometheus-cpp
mkdir prometheus-cpp/build
cd prometheus-cpp/build
cmake .. \