Skip to content

Commit

Permalink
Test new orb
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Mar 18, 2024
1 parent 22d0efb commit 30c17f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: 2.1

orbs:
elixir: membraneframework/elixir@1.5
elixir: membraneframework/elixir@dev:2dbaa68cbdd29b5daf35eae94091334d7af903cf

workflows:
build:
jobs:
- elixir/build_test: &parameters
executor: elixir
executor-version: 1.15
filters:
tags:
only: /v.*/
Expand Down
2 changes: 1 addition & 1 deletion test_projects/example/bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Example.BundlexProject do
sources: ["foo_nif.c"],
interface: [:nif],
os_deps: [
{:pkg_config, "libcrypt"}, # deprecated syntax, testing for regression
{:pkg_config, "libpng"}, # deprecated syntax, testing for regression
ffmpeg: get_ffmpeg(),
]
],
Expand Down

0 comments on commit 30c17f8

Please sign in to comment.