From 5bebb8cf672c747be96bae9318eef2da3cbd95b1 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Mon, 16 Sep 2024 00:55:34 -0400 Subject: [PATCH] FSMod is on github not framagit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edfbce6..30b8153 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Install FSMod run: | - git clone https://framagit.org/simgrid/file-system-module.git + git clone https://github.com/simgrid/file-system-module.git cd file-system-module mkdir build cd build