Skip to content

Commit

Permalink
chore: add to windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 911ce6f commit 25aa030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
# You can test your C compiler by invoking it with the arguments --print-file-name libsynchronization.a.
# A newer compliant C compiler will print a full path for this library, whereas older C compilers will just echo the argument.
- name: Install C compiler
run: choco install mingw -y -f
run: |
choco install mingw -y -f
echo "C:\ProgramData\mingw64\mingw64\bin" >> $GITHUB_PATH
- name: go-test
env:
Expand Down

0 comments on commit 25aa030

Please sign in to comment.