mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
run ubuntu build in container
This commit is contained in:
4
.github/workflows/build-ubuntu-22.04.yml
vendored
4
.github/workflows/build-ubuntu-22.04.yml
vendored
@@ -4,7 +4,9 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
ubuntu-22-04-build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
steps:
|
||||
- name: Install git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user