diary

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

commit 7c0a9be5b80d527818456486f574bb194181ce4f
parent 5df66708bbefb760b7ee735d3583103d2b75fcff
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 10 Jul 2021 00:03:35 +0200

remove version

Diffstat:
M.github/workflows/c.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -7,15 +7,15 @@ on: branches: [ master ] jobs: - setup: + macos: runs-on: macos-latest steps: - name: Check out repository uses: actions/checkout@v2 - name: make install - uses: c/make-install@v2 + uses: c/make-install - build: + linux: runs-on: ${{ matrix.os }} strategy: matrix: @@ -26,4 +26,4 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: make install - uses: c/make-install@v2 + uses: c/make-install