mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
Hard-code Ubuntu 18.04
This commit is contained in:
parent
ce033e53b3
commit
700caa81e6
4
.github/workflows/cmake-lx.yml
vendored
4
.github/workflows/cmake-lx.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
# cross-platform coverage.
|
||||
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
|
||||
name: CMake, Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -78,4 +78,4 @@ jobs:
|
||||
tar cvfz vgmstream-audacious.tar.gz vgmstream.so
|
||||
cd ..
|
||||
aws s3 cp cli/vgmstream-cli.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-cli.tar.gz --acl public-read
|
||||
aws s3 cp audacious/vgmstream-audacious.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-audacious.tar.gz --acl public-read
|
||||
aws s3 cp audacious/vgmstream-audacious.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-audacious.tar.gz --acl public-read
|
||||
|
Loading…
Reference in New Issue
Block a user