some small fixes
This commit is contained in:
parent
408ccafd5a
commit
839b3ae704
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
- name: Install Raylib deps
|
- name: Install Raylib deps
|
||||||
if: runner.os == 'Linux'
|
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
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
4
.github/workflows/bundle.yml
vendored
4
.github/workflows/bundle.yml
vendored
@ -30,12 +30,12 @@ jobs:
|
|||||||
- name: Upload Linux bundle
|
- name: Upload Linux bundle
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: release-x86_64-unknown-linux-gnu
|
||||||
path: ./bundle/linux/release-x86_64-unknown-linux-gnu.zip
|
path: ./bundle/linux/release-x86_64-unknown-linux-gnu.zip
|
||||||
|
|
||||||
- name: Upload Windows bundle
|
- name: Upload Windows bundle
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: release-x86_64-pc-windows-gnu
|
||||||
path: ./bundle/windows/release-x86_64-pc-windows-gnu.zip
|
path: ./bundle/windows/release-x86_64-pc-windows-gnu.zip
|
||||||
|
|
Reference in New Issue
Block a user