Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
run: |
dnf -y update
dnf -y install pkgconf-pkg-config which cmake make nasm qt6-qtwebsockets-devel hidapi-devel zlib-devel libpng-devel SDL2_net-devel wget zip git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run build script
run: |
git config --global --add safe.directory /__w/m64p/m64p
./build.sh
build-windows:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get short SHA
id: slug
run: echo "::set-output name=sha7::$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# build-mac:
# runs-on: macos-10.15
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Get short SHA
# id: slug
# run: echo "::set-output name=sha7::$(git rev-parse --short HEAD)"
Expand Down