build: Add OAT #1

Closed
Future wants to merge 16 commits from build/add-oat-build into main
Showing only changes of commit de80e73c2d - Show all commits

View File

@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Git LFS
run: |
apt-get update
apt-get install git-lfs -y
- name: Check out files
uses: actions/checkout@main
with: