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
9 changes: 0 additions & 9 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
- name: Installing pipx
run: sudo apt install pipx

# - name: Installing Prerequisites for Linux
# run: |
# sudo apt-get update
# sudo apt install lsb-release wget software-properties-common gnupg libgtk2.0-dev libgl1-mesa-dev -y
# # sudo apt install libx11-dev libx11-xcb-dev libfontenc-dev libice-dev libsm-dev libxau-dev libxaw7-dev libxt-dev libxtst-dev libxrender-dev libxrandr-dev libxi-dev -y
# sudo apt-get install -y libx11-dev libx11-xcb-dev libfontenc-dev libice-dev libsm-dev libxau-dev libxaw7-dev libxt-dev libxtst-dev libxrender-dev libxrandr-dev libxi-dev
# sudo apt install software-properties-common -y
# sudo add-apt-repository ppa:deadsnakes/ppa

- name: Installing Conan
run: pipx install "conan>=2.10.1"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Installing Atlas repositories
run: conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan

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

- name: Building the project
run: conan build . -b missing
11 changes: 0 additions & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

# - name: Setting up C++ on Windows
# shell: pwsh
# run: winget install Microsoft.VisualStudio.2022.BuildTools --override "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended -p --installWhileDownloading"

- name: Installing Choco
shell: pwsh
Expand All @@ -26,16 +22,9 @@ jobs:
clang++ --version
choco install git make mingw

# - name: Installing python
# run: choco install python --version=3.12.2

- name: Pip installing conan
shell: pwsh
run: pip install conan

# - name: Installing vulkan
# shell: pwsh
# run: winget install --id=KhronosGroup.VulkanSDK -e

- name: Setting up conan profiles
shell: pwsh
Expand Down
Loading