build: Add OAT #1

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

View File

@ -8,18 +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:
submodules: true
fetch-depth: 0
lfs: true
ssh-key: ${{ secrets.IW5_ZONES_PRIVATE_KEY }}
- name: Setup OAT
uses: diamante0018/setup-oat@main