mirror of
https://github.com/cbeimers113/strands.git
synced 2026-04-29 02:44:25 -04:00
Modify github actions
This commit is contained in:
7
.github/workflows/gobuild.yml
vendored
7
.github/workflows/gobuild.yml
vendored
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user