Skip to content

Commit

Permalink
Debug CI Mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 2, 2024
1 parent 88c9f83 commit 6bade14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MinGW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v2
- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3

- name: Build x86_64
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tips.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v2
# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3

0 comments on commit 6bade14

Please sign in to comment.