Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mag1str02 committed Nov 20, 2024
1 parent 83762b8 commit c7de468
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Checks

on:
push:
branches: [ "windows_build" ]

jobs:
BuildUbuntu:
runs-on: windows-latest

strategy:
fail-fast: false

steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Test
run: |
cd C:\msys64
ls .
File renamed without changes.

0 comments on commit c7de468

Please sign in to comment.