some small fixes

This commit is contained in:
Evan Pratten 2021-04-06 11:07:39 -04:00
parent 408ccafd5a
commit 839b3ae704
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Install Raylib deps
if: runner.os == 'Linux'
run: apt-get install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev -y
run: sudo apt-get install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev -y
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

View File

@ -30,12 +30,12 @@ jobs:
- name: Upload Linux bundle
uses: actions/upload-artifact@v2
with:
name: linux
name: release-x86_64-unknown-linux-gnu
path: ./bundle/linux/release-x86_64-unknown-linux-gnu.zip
- name: Upload Windows bundle
uses: actions/upload-artifact@v2
with:
name: windows
name: release-x86_64-pc-windows-gnu
path: ./bundle/windows/release-x86_64-pc-windows-gnu.zip