Modify github actions

This commit is contained in:
cbeimers113
2025-02-05 11:23:43 -05:00
parent 96afb24069
commit dce6255fdc
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,11 @@ on:
release:
types:
- created
workflow_dispatch:
inputs:
commit:
description: "Commit SHA to build (leave empty for latest)"
required: false
jobs:
build:
@@ -35,7 +40,7 @@ jobs:
- name: Install dependencies (Linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y build-essential xorg-dev libgl1-mesa-dev
run: sudo apt-get update && sudo apt-get install xorg-dev libgl1-mesa-dev libopenal1 libopenal-dev libvorbis0a libvorbis-dev libvorbisfile3
- name: Install dependencies (Windows)
if: matrix.os == 'windows-latest'

View File

@@ -22,7 +22,6 @@ Check out the [Releases](https://github.com/cbeimers113/strands/releases) page f
<summary>Changelog</summary>
### v0.2.2 - Ambience Enhancements:
- Pipeline to automate building binaries on new release
- Add a surrounding ocean and horizon
- Notifications appear bottom up