Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-01-19 17:20:30 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-01-19 17:20:30 +0300
commit07a08c3404f6db01bf6bd8df7fecc1b0ca214214 (patch)
tree5660053eed5b47f64ef1fda5b229682bd45ed43a /.github
parent540cff7aa6d51cdad25c50857a4c3f523368cd33 (diff)
Hopefully fix installability on CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/installability.yml2
1 files changed, 1 insertions, 1 deletions
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