Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mag1str02 committed Nov 20, 2024
1 parent 4871444 commit 4925691
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ jobs:
strategy:
fail-fast: false

defaults:
run:
shell: msys2 {0}

steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
# with:
# submodules: 'true'
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Test msys
run: |
cd C:\msys64
ls .
- name: Test clang
- name: Test install clang
run: |
cd C:\msys64\clang64\bin
ls .
C:\msys64\clang64\bin\clang++.exe --version
pacman -S mingw-w64-clang-x86_64-clang

0 comments on commit 4925691

Please sign in to comment.