Skip to content

Commit

Permalink
test ci 10.
Browse files Browse the repository at this point in the history
Signed-off-by: Exadra37 <exadra37@gmail.com>
  • Loading branch information
Exadra37 committed Apr 10, 2024
1 parent c914cee commit 7c5505a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/elixir-tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ jobs:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}

- name: install dependencies (ubuntu only)
run: |
sudo apt update
apt -y install --no-install-recommends p7zip-full curl xz
curl https://ziglang.org/download/"${ZIG_VERSION}"/zig-linux-x86_64-"${ZIG_VERSION}".tar.xz -o zig.tar.xz
mv zig-linux-x86_64-"${ZIG_VERSION}" /usr/local/bin/zig-"${ZIG_VERSION}"
echo $PATH
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 7c5505a

Please sign in to comment.