File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
sdk_file=' qrypt-security-ubuntu.tgz'
4
- curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22 /qrypt-security-0.11.22 -ubuntu.tgz --output $sdk_file
4
+ curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23 /qrypt-security-0.11.23 -ubuntu.tgz --output $sdk_file
5
5
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
6
6
rm -rf $sdk_file
7
7
Original file line number Diff line number Diff line change 28
28
working-directory : ${{github.workspace}}
29
29
run : |
30
30
sdk_file='qrypt-security-ubuntu.tgz'
31
- curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22 /qrypt-security-0.11.22 -ubuntu.tgz --output $sdk_file
31
+ curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23 /qrypt-security-0.11.23 -ubuntu.tgz --output $sdk_file
32
32
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
33
33
rm -rf $sdk_file
34
34
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WORKDIR /workspace/
26
26
27
27
# Download SDK
28
28
RUN sdk_file='qrypt-security-ubuntu.tgz' && \
29
- curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.22 /qrypt-security-0.11.22 -ubuntu.tgz --output $sdk_file && \
29
+ curl -s https://qrypt.azureedge.net/sdk/cpp/v0.11.23 /qrypt-security-0.11.23 -ubuntu.tgz --output $sdk_file && \
30
30
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity && \
31
31
rm -rf $sdk_file
32
32
Original file line number Diff line number Diff line change 26
26
1 . [ Create a Qrypt account for free] ( https://portal.qrypt.com/register ) .
27
27
1 . On the Qrypt portal, download the Qrypt SDK from "Products > Qrypt SDK" and save the .tgz to the repository root.
28
28
1 . (Optional) On the Qrypt portal, register a personal access token for keygen.
29
- 1 . ` tar -zxvf qrypt-security-0.11.22 -ubuntu.tgz --strip-components=1 -C QryptSecurity `
29
+ 1 . ` tar -zxvf qrypt-security-0.11.23 -ubuntu.tgz --strip-components=1 -C QryptSecurity `
30
30
1 . ` cmake . -B build `
31
31
1 . ` cmake --build build `
32
32
1 . ` ./qrypt --help `
You can’t perform that action at this time.
0 commit comments