Skip to content

Commit

Permalink
Add instructions to install asio library.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjakeway committed Mar 6, 2024
1 parent 63fc82a commit a9fb1a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish Loupe UX Server Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Update apt packages
run: sudo apt update
- name: Install Asio library
run: sudo apt install -y libasio-dev
- name: CMake Generators List
run: cmake --help
- name: Configure CMake
Expand Down

0 comments on commit a9fb1a5

Please # to comment.