Skip to content

Commit

Permalink
github: compilation.yml - Temporarily build .deb for ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Jun 29, 2024
1 parent 5acd582 commit 78569c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
build_ubuntu:
needs: [unittest, formatting-check]

name: Build ubuntu-latest
runs-on: ubuntu-latest
name: Build ubuntu-22.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
maintainer: ${{ github.repository_owner }}
version: ${{ env.OPENOMF_VERSION }}-${{ steps.slug.outputs.sha8 }}
arch: 'amd64'
depends: 'libargtable2, libsdl2-mixer, libconfuse, libenet, libsdl2, libxmp, libpng'
depends: 'libargtable2-0, libsdl2-mixer-2.0-0, libconfuse2, libenet7, libsdl2, libxmp4, libpng16-16'
desc: 'One Must Fall 2097 Remake'

- name: Upload DEB artifact
Expand Down

0 comments on commit 78569c5

Please sign in to comment.