KazuCocoa / ex_parameterized

This library support parameterized test with test_with_params macro.
https://github.com/KazuCocoa/ex_parameterized
MIT License
29 stars 7 forks source link

fix GitHub Actions #40

Closed KazuCocoa closed 3 years ago

KazuCocoa commented 3 years ago

Has something changed?

/home/runner/work/_temp/.setup-elixir/elixir/bin/mix local.rebar --force

Error: 1.974 [error] Unable to load crypto library. Failed with error:
":load_failed, Failed to load NIF library /home/runner/work/_temp/.setup-elixir/otp/lib/crypto-4.9/priv/lib/crypto: 'libcrypto.so.1.0.0: cannot open shared object file: No such file or directory'"
OpenSSL might not be installed on this system.

07:46:31.981 [warn]  The on_load function for module crypto returned:
{:error,
 {:load_failed,
  'Failed to load NIF library /home/runner/work/_temp/.setup-elixir/otp/lib/crypto-4.9/priv/lib/crypto: \'libcrypto.so.1.0.0: cannot open shared object file: No such file or directory\''}}

** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], {:eoptions, {:undef, [{:crypto, :supports, [], []}, {:tls_record, :sufficient_support, 1, [file: 'tls_record.erl', line: 762]}, {:tls_record, :supported_protocol_versions, 1, [file: 'tls_record.erl', line: 386]}, {:tls_record, :supported_protocol_versions, 0, [file: 'tls_record.erl', line: 374]}, {:ssl, :handle_option, 4, [file: 'ssl.erl', line: 1945]}, {:ssl, :process_options, 3, [file: 'ssl.erl', line: 1643]}, {:ssl, :handle_options, 5, [file: 'ssl.erl', line: 1597]}, {:ssl, :connect, 4, [file: 'ssl.erl', line: 605]}]}}}]}

Could not install Rebar because Mix could not download metadata at https://repo.hex.pm/installs/rebar-1.x.csv.

Error: The process '/home/runner/work/_temp/.setup-elixir/elixir/bin/mix' failed with exit code 1

https://github.com/KazuCocoa/ex_parameterized/runs/3288544761?check_suite_focus=true