ci: remove git install step
This commit is contained in:
parent
a97a33334c
commit
3e51dc0581
7 changed files with 0 additions and 16 deletions
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -181,8 +181,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Git
|
||||
run: choco install git
|
||||
- name: Setup Zig
|
||||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
|
@ -209,8 +207,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Git
|
||||
run: choco install git
|
||||
- name: Setup Zig
|
||||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue