Skip to content

Commit

Permalink
chore: Update build workflow to use Git Bash for running build script
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeArchbishop committed Jul 28, 2024
1 parent 404d50e commit 635dce9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Install Git Bash
run: |
choco install git
echo "export PATH=$PATH:/c/Program Files/Git/bin" >> $GITHUB_ENV
shell: bash

- name: Run build script in Git Bash
run: |
git --version
Expand Down

0 comments on commit 635dce9

Please sign in to comment.