Skip to content

Commit

Permalink
Remove unix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jensboe committed Nov 11, 2023
1 parent aa776d9 commit 1ac1ffe
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,4 @@ jobs:
build/**/*.a
build/**/*.map
!build/CMakeFiles
build_unix:
runs-on: ubuntu-latest
container:
image: ghcr.io/jensboe/arm-cortex-build:v1.3.0
steps:
- name: Checkout
uses: actions/Checkout@v4
with:
submodules: 'true'
- name: Build
run: |
cmake --preset unix
cmake --build build/unix
- uses: actions/upload-artifact@v3
if:
with:
name: Unix
path: |
build/unix/tests/test_playground/test_playground

0 comments on commit 1ac1ffe

Please sign in to comment.