mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Try to fix github actions
This commit is contained in:
@@ -11,4 +11,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: run build and check
|
||||
uses: ./.github/workflows/check.yml
|
||||
uses: ./.github/workflows/check.yml@master
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: run build and check
|
||||
uses: ./.github/workflows/check.yml
|
||||
uses: ./.github/workflows/check.yml@master
|
||||
|
||||
- name: get fastfetch version
|
||||
id: get_version_fastfetch
|
||||
|
||||
Reference in New Issue
Block a user