Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@ name: C/C++ CI
on:
push:
branches: [ "main" ]
paths:
- 'xsr2/**'
- 'fsr_ll/**'
pull_request:
branches: [ "main" ]
paths:
- 'xsr2/**'
- 'fsr_ll/**'

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
- name: install tools
run: |
sudo apt update
sudo apt install gcc-arm-linux-gnueabi qemu qemu-user-static qemu-system-arm
sudo apt install gcc-arm-linux-gnueabi qemu-user-static qemu-system-arm
- name: make xsr2
run: |
cd xsr2
Expand All @@ -33,4 +39,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: FSR
path: fsr_ll/main
path: fsr_ll/main