Skip to content

Commit

Permalink
Merge pull request #17 from C0D3-M4513R/dev
Browse files Browse the repository at this point in the history
Fix Multiplexer working in the wrong direction & Multi-Udp Osc Packets not working
  • Loading branch information
C0D3-M4513R authored Sep 10, 2024
2 parents 8f0df2c + d06c356 commit 3800707
Show file tree
Hide file tree
Showing 18 changed files with 1,307 additions and 836 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "${{ secrets.DEX_AES_KEYS }}" > app/src/osc/dex_key.rs
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixos-24.05
- uses: DeterminateSystems/magic-nix-cache-action@v3
- run: nix-build
- run: nix-shell --run "echo OK"
Expand Down Expand Up @@ -91,6 +91,8 @@ jobs:
with:
cache-target: release
targets: ${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Linux Specific libs install
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@v1
Expand Down
Loading

0 comments on commit 3800707

Please sign in to comment.