mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-14 09:28:41 +00:00
bug fix
This commit is contained in:
parent
cb0785b88d
commit
67bb683748
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -8,10 +8,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [x86, x64]
|
platform: [x86, x64]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
builld:
|
|
||||||
- name: packages
|
|
||||||
install_packages: curl, libcurl4-openssl-dev
|
|
||||||
install_steps: packages
|
|
||||||
runs-on: '${{ matrix.os }}'
|
runs-on: '${{ matrix.os }}'
|
||||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
name: 'code-tests: ${{ matrix.os }} / ${{ matrix.platform }}'
|
name: 'code-tests: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||||
|
|
@ -25,6 +21,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
platform: '${{ matrix.platform }}'
|
platform: '${{ matrix.platform }}'
|
||||||
|
- name: Install packages
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install curl, libcurl4-openssl-dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./tests/test.sh
|
chmod +x ./tests/test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user