Skip to content

Commit

Permalink
Github actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Dudnytskyi committed Jan 30, 2024
1 parent c596002 commit ac2436f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- smartair2_test
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout
- name: Configure CMake
run: cmake -B ${{github.workspace}}/test/${{ matrix.test_name }}/bin -S ${{github.workspace}}/test/${{ matrix.test_name }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build CMake
Expand All @@ -41,9 +41,9 @@ jobs:
- hon_simulator
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1.12.1
uses: ilammy/msvc-dev-cmd
with:
vsversion: 2022
arch: amd64
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout
- name: Configure CMake
run: cmake -B ${{github.workspace}}/bin -S ${{github.workspace}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build CMake
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "HaierProtocol",
"version": "0.9.26",
"description": "A library to control Haier AC using serial protocol",
"keywords": "haier, air-conditioner, uart, serial",
"description": "A library to control Haier smart appliances using serial protocol",
"keywords": "haier, hOn, air-conditioner, washing-machine, uart, serial",
"repository":
{
"type": "git",
Expand All @@ -12,7 +12,7 @@
{
"name": "Pavlo Dudnytskyi",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/pavel-dudnytskyi-15191118/"
"url": "https://www.linkedin.com/in/pavlo-dudnytskyi/"
},
"export":
{
Expand Down

0 comments on commit ac2436f

Please sign in to comment.