commit bf4031aeee6d5ed4eff2ae8c5a22acb3da6348f0
parent 18a0521135a870d1ae4b0ebc8a4ff0d6700192c1
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 10 Jul 2021 00:14:00 +0200
remove version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
@@ -13,7 +13,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: make install
- uses: ./.github/c/make-install@master
+ uses: ./.github/c/make-install
linux:
runs-on: ${{ matrix.os }}
@@ -26,4 +26,4 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: make install
- uses: ./.github/c/make-install@master
+ uses: ./.github/c/make-instal