Skip to content

Commit

Permalink
ci: use default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Jul 20, 2023
1 parent 9ae20f8 commit cbdcdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci-release
pull_request:
branches:
- main
Expand All @@ -20,5 +21,4 @@ jobs:
uses: jurplel/install-qt-action@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: Build ${{ matrix.platform }}
shell: bash
run: cd CaptiveDNS && qmake && make

0 comments on commit cbdcdc3

Please sign in to comment.