diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit d5cb05625dbb1ad1a3f0d27acfd26713c1580b4d
parent 3156f252bfabdb700ab476be61afd1b8be586be6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri,  9 Jul 2021 23:16:43 +0200

Update c-cpp.yml
Diffstat:
M.github/workflows/c-cpp.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml @@ -14,7 +14,7 @@ jobs: os: [ubuntu-18.04, ubuntu-20.04] steps: - name: Install Ubuntu dependencies - run: apt-get install libcurl4 + run: sudo apt-get install libcurl4 build: needs: setup