Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mag1str02 committed Nov 20, 2024
1 parent c7de468 commit 4871444
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@ on:
branches: [ "windows_build" ]

jobs:
BuildUbuntu:
BuildWindows:
runs-on: windows-latest

strategy:
fail-fast: false

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

0 comments on commit 4871444

Please sign in to comment.