Final CI change, I hope.

This commit is contained in:
David Given
2022-06-14 20:50:42 +02:00
parent 4d2d03b8fc
commit da8382236f
2 changed files with 0 additions and 10 deletions

View File

@@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with:
fetch-depth: 1
- name: apt - name: apt
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev
- name: make - name: make
@@ -18,8 +16,6 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 1
- name: brew - name: brew
run: brew install sqlite pkg-config libusb protobuf truncate wxwidgets fmt make run: brew install sqlite pkg-config libusb protobuf truncate wxwidgets fmt make
- name: make - name: make
@@ -48,8 +44,6 @@ jobs:
mingw-w64-i686-zlib mingw-w64-i686-zlib
zip zip
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with:
fetch-depth: 1
- name: build - name: build
run: | run: |
make make

View File

@@ -22,17 +22,13 @@ jobs:
mingw-w64-i686-fmt mingw-w64-i686-fmt
mingw-w64-i686-gcc mingw-w64-i686-gcc
mingw-w64-i686-libusb mingw-w64-i686-libusb
mingw-w64-i686-lua
mingw-w64-i686-pkg-config mingw-w64-i686-pkg-config
mingw-w64-i686-protobuf mingw-w64-i686-protobuf
mingw-w64-i686-sqlite3 mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib mingw-w64-i686-zlib
ninja
zip zip
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with:
fetch-depth: 1
- name: build - name: build
run: | run: |
make make