Skip to content

Commit

Permalink
ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Apr 4, 2024
1 parent 28597d3 commit 9a92726
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -37,10 +39,10 @@ jobs:
target/rust_g.dm
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
BYOND_MAJOR: 514
BYOND_MINOR: 1585
BYOND_MAJOR: 515
BYOND_MINOR: 1634
PKG_CONFIG_ALLOW_CROSS: 1

steps:
Expand Down

0 comments on commit 9a92726

Please sign in to comment.