Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:

- name: 🌐 Downloading .clang-format from audio-wrappers
run: wget https://raw.githubusercontent.com/engine3d-dev/audio-cpp/.clang-format -O .clang-format
run: wget https://github.com/engine3d-dev/audio-cpp/blob/main/.clang-format -O .clang-format

- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
- name: Installing project dependencies
run: conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan

- name: Cloning audio-cpp repository
run: git clone https://github.com/engine3d-dev/audio-cpp

- name: Building audio-wrappers
- name: Building audio-cpp
run: conan build . -b missing -c tools.system.package_manager:sudo=True -c tools.system.package_manager:mode=install
5 changes: 1 addition & 4 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ jobs:
- name: Installing Atlas repositories
run: conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan

- name: Cloning audio-cpp repository
run: git clone https://github.com/engine3d-dev/audio-cpp

- name: Building the project
- name: Building audio-cpp
run: conan build . -b missing
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
shell: pwsh
run: conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan

- name: Running Test Cases
- name: Building audio-cpp
shell: pwsh
run: conan build . -b missing
Loading