diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 746e45d9..3ec5e8dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/dev/template/.github/workflows/ci.yml b/dev/template/.github/workflows/ci.yml index bb1bed7f..f3e6339d 100644 --- a/dev/template/.github/workflows/ci.yml +++ b/dev/template/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/libs/basisu/.github/workflows/ci.yml b/libs/basisu/.github/workflows/ci.yml index bb1bed7f..f3e6339d 100644 --- a/libs/basisu/.github/workflows/ci.yml +++ b/libs/basisu/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/libs/earcut/.github/workflows/ci.yml b/libs/earcut/.github/workflows/ci.yml index bb1bed7f..f3e6339d 100644 --- a/libs/earcut/.github/workflows/ci.yml +++ b/libs/earcut/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/libs/freetype/.github/workflows/ci.yml b/libs/freetype/.github/workflows/ci.yml index bb1bed7f..f3e6339d 100644 --- a/libs/freetype/.github/workflows/ci.yml +++ b/libs/freetype/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/libs/glfw/.github/workflows/ci.yml b/libs/glfw/.github/workflows/ci.yml index c9af9561..1dd4ca99 100644 --- a/libs/glfw/.github/workflows/ci.yml +++ b/libs/glfw/.github/workflows/ci.yml @@ -43,8 +43,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Git - run: choco install git - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' diff --git a/libs/gpu-dawn/.github/workflows/ci.yml b/libs/gpu-dawn/.github/workflows/ci.yml index 1d51ac79..3d31eea5 100644 --- a/libs/gpu-dawn/.github/workflows/ci.yml +++ b/libs/gpu-dawn/.github/workflows/ci.yml @@ -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'