mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-25 17:28:39 +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:
|
||||
platform: [x86, x64]
|
||||
os: [ubuntu-latest]
|
||||
builld:
|
||||
- name: packages
|
||||
install_packages: curl, libcurl4-openssl-dev
|
||||
install_steps: packages
|
||||
runs-on: '${{ matrix.os }}'
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
name: 'code-tests: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||
|
|
@ -25,6 +21,10 @@ jobs:
|
|||
with:
|
||||
version: latest
|
||||
platform: '${{ matrix.platform }}'
|
||||
- name: Install packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install curl, libcurl4-openssl-dev
|
||||
- name: Run tests
|
||||
run: |
|
||||
chmod +x ./tests/test.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user