From 07a08c3404f6db01bf6bd8df7fecc1b0ca214214 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 19 Jan 2021 14:20:30 +0000 Subject: Hopefully fix installability on CI. --- .github/workflows/installability.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/installability.yml b/.github/workflows/installability.yml index 3e3c1c80..2234f023 100644 --- a/.github/workflows/installability.yml +++ b/.github/workflows/installability.yml @@ -38,7 +38,7 @@ jobs: fi git clone --depth 1 https://github.com/ned14/quickcpplib.git pip install --user gitpython - python quickcpplib/scripts/test_cpp-pm_install.py test-packaging/example.cpp quickcpplib quickcpplib::hl https://github.com/ned14/quickcpplib master outcome outcome::hl https://github.com/ned14/outcome better_optimisation llfio llfio::sl https://github.com/ned14/llfio develop + python quickcpplib/scripts/test_cpp-pm_install.py test-packaging/example.cpp quickcpplib quickcpplib::hl https://github.com/ned14/quickcpplib master outcome outcome::hl https://github.com/ned14/outcome master llfio llfio::sl https://github.com/ned14/llfio develop cd test_cpp-pm_install mkdir build cd build -- cgit v1.2.3