Skip to content

Commit

Permalink
Fix Linux build on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 11, 2024
1 parent b155ccf commit 983ec1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
sudo apt-get install gcc-multilib g++-multilib
- name: Build aura.so
working-directory: binary/linux
run: make
run: |
dos2unix gendbg.sh
make aura
#- name: make check
#run: make check
#- name: make distcheck
Expand Down
1 change: 0 additions & 1 deletion binary/projects/vs2022/Aura.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{7382E391-7DAE-4D0A-A075-6E0226833961}"
ProjectSection(SolutionItems) = preProject
..\..\..\.github\workflows\linux.yml = ..\..\..\.github\workflows\linux.yml
..\..\..\.github\workflows\mac.yml = ..\..\..\.github\workflows\mac.yml
..\..\..\.github\workflows\windows.yml = ..\..\..\.github\workflows\windows.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit 983ec1e

Please sign in to comment.