I AM SO DONE WITH THIS

This commit is contained in:
Arisotura 2023-10-07 16:44:27 +02:00
parent 25db3bb808
commit 273c18ab8f
1 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,11 @@ jobs:
steps:
- name: Create build directory
run: mkdir -p ${{runner.workspace}}/build/arm64
- name: INSTALL ENET
run: |
arch -arm64 brew update
arch -arm64 brew install enet
- name: Configure
working-directory: ${{runner.workspace}}/build/arm64
@ -46,6 +51,11 @@ jobs:
steps:
- name: Create build directory
run: mkdir -p ${{runner.workspace}}/build/x86_64
- name: INSTALL ENET
run: |
arch -x86_64 brew update
arch -x86_64 brew install enet
- name: Configure
working-directory: ${{runner.workspace}}/build/x86_64