Skip to content

Commit

Permalink
Fix Linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jun 20, 2024
1 parent 509af73 commit 11ff6cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Add PipeWire PPA
run: |
sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo add-apt-repository -y ppa:pipewire-debian/pipewire-upstream
sudo apt-get update
- name: Install OpenAL soft dependencies
Expand Down
1 change: 0 additions & 1 deletion docs/pages/todo/brainstorm_now.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ permalink: brainstorm_now
summary: That which we are brainstorming at the moment.
---

- resolve_address -> address_utils
- hide settings in web that can crash the app like number of threads

- update emscripten
Expand Down
1 change: 1 addition & 0 deletions docs/pages/todo/todo_done.md
Original file line number Diff line number Diff line change
Expand Up @@ -7126,3 +7126,4 @@ This will discard your redo history."
- to generate correct links when someone hosts a server via /host (without specified id)
- just a simple message back through websocket, maybe json
- Let MS resolve official addresses
- resolve_address -> address_utils

0 comments on commit 11ff6cd

Please sign in to comment.