Skip to content

Commit

Permalink
Create build-ubuntu-22.04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal authored Aug 22, 2023
1 parent beaa2a7 commit 6a6913e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build and Package

on:
push:
branches:
- master
- 'release/**'

jobs:
build:
runs-on: ubuntu-22

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: ./tools/linux-deps.sh

- name: Build project
run: ./tools/linux-build.sh

0 comments on commit 6a6913e

Please sign in to comment.