Skip to content

Commit

Permalink
Update orb
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Mar 5, 2024
1 parent f545ebd commit 32971f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
elixir: membraneframework/elixir@dev:2fc0a8555daa6dfebe3f586cbbe5f10ede7b6aff
elixir: membraneframework/elixir@dev:f44d84633eb16f9ba9d0514ecabac716829953fe

workflows:
build:
Expand Down
4 changes: 2 additions & 2 deletions test_projects/example/bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Example.BundlexProject do
%{architecture: "aarch64", os: "linux"} ->
"https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linuxarm64-gpl-shared-6.0.tar.xz"

%{os: "linux"} ->
%{architecture: "x86_64", os: "linux"} ->
"https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-linux64-gpl-shared-6.0.tar.xz"

%{architecture: "x86_64", os: "darwin" <> _rest_of_os_name} ->
Expand All @@ -41,7 +41,7 @@ defmodule Example.BundlexProject do
sources: ["foo_nif.c"],
interface: [:nif],
os_deps: [
{:pkg_config, "libpng"}, # deprecated, testing for regression
{:pkg_config, "libcrypt"}, # deprecated syntax, testing for regression
ffmpeg: get_ffmpeg(),
]
],
Expand Down

0 comments on commit 32971f4

Please sign in to comment.