Skip to content

Commit 95277a4

Browse files
committed
Merge branch 'main' of github.com:synrc/ca
2 parents 1177934 + 177466d commit 95277a4

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
backend: [mnesia, rocksdb]
98
otp: ['25.x', '26.x', '27.x', '28.x']
109
include:
1110
- otp: '25.x'
@@ -16,17 +15,12 @@ jobs:
1615
elixir: '1.18.x'
1716
- otp: '28.x'
1817
elixir: '1.19.x'
19-
env:
20-
BPE_BACKEND: ${{ matrix.backend }}
21-
KVS_BACKEND: ${{ matrix.backend }}
2218
steps:
2319
- uses: actions/checkout@v4
2420
- uses: erlef/setup-beam@v1
2521
with:
2622
otp-version: ${{ matrix.otp }}
2723
elixir-version: ${{ matrix.elixir }}
28-
- name: CMake
29-
run: sudo apt-get install -y cmake libsnappy-dev
3024
- name: Dependencies
3125
run: |
3226
mix local.rebar --force

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ $ openssl cmp -cmd p10cr -server "ca.synrc.com":8829 -secret pass:0000 -ref cmpt
6868

6969
## Credits
7070

71-
Максим Сохацький, Інформаційні Судові Системи
71+
Максим Сохацький

0 commit comments

Comments
 (0)