|
|
|
|
@ -200,7 +200,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Download and extract dependency archives created during prep
|
|
|
|
|
# job.
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -349,7 +349,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Download and extract dependency archives created during prep
|
|
|
|
|
# job.
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -449,14 +449,14 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Download and extract dependency archives created during prep
|
|
|
|
|
# job.
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xvf prep/libhtp.tar.gz
|
|
|
|
|
- run: tar xvf prep/suricata-update.tar.gz
|
|
|
|
|
- run: tar xvf prep/suricata-verify.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -580,7 +580,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- name: Download suricata.tar.gz
|
|
|
|
|
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: dist
|
|
|
|
|
- run: tar zxvf suricata-*.tar.gz --strip-components=1
|
|
|
|
|
@ -599,7 +599,7 @@ jobs:
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -669,7 +669,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- name: Download suricata.tar.gz
|
|
|
|
|
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: dist
|
|
|
|
|
- run: tar zxvf suricata-*.tar.gz --strip-components=1
|
|
|
|
|
@ -688,7 +688,7 @@ jobs:
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
|
|
|
|
|
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -763,7 +763,7 @@ jobs:
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -860,7 +860,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -955,7 +955,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1055,7 +1055,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1145,7 +1145,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1231,7 +1231,7 @@ jobs:
|
|
|
|
|
zlib-devel
|
|
|
|
|
- run: adduser suricata
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1323,7 +1323,7 @@ jobs:
|
|
|
|
|
which \
|
|
|
|
|
zlib-devel
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1397,12 +1397,12 @@ jobs:
|
|
|
|
|
- name: Install Rust
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1523,12 +1523,12 @@ jobs:
|
|
|
|
|
- name: Install Rust
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.63.0 -y
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1617,13 +1617,13 @@ jobs:
|
|
|
|
|
exuberant-ctags \
|
|
|
|
|
dpdk-dev
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- run: tar xf prep/suricata-update.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1706,7 +1706,7 @@ jobs:
|
|
|
|
|
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.62.0 -y
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- name: Download suricata.tar.gz
|
|
|
|
|
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: dist
|
|
|
|
|
- run: tar zxvf suricata-*.tar.gz --strip-components=1
|
|
|
|
|
@ -1772,12 +1772,12 @@ jobs:
|
|
|
|
|
zlib1g-dev \
|
|
|
|
|
exuberant-ctags
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1853,12 +1853,12 @@ jobs:
|
|
|
|
|
zlib1g-dev
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -1946,12 +1946,12 @@ jobs:
|
|
|
|
|
sudo make install
|
|
|
|
|
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2050,12 +2050,12 @@ jobs:
|
|
|
|
|
ldconfig
|
|
|
|
|
cd $HOME
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2133,7 +2133,7 @@ jobs:
|
|
|
|
|
zlib1g \
|
|
|
|
|
zlib1g-dev
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2218,7 +2218,7 @@ jobs:
|
|
|
|
|
zlib1g \
|
|
|
|
|
zlib1g-dev
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2302,11 +2302,11 @@ jobs:
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain ${RUST_VERSION_MIN} -y
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2388,13 +2388,13 @@ jobs:
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- run: tar xf prep/suricata-update.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2468,13 +2468,13 @@ jobs:
|
|
|
|
|
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
|
|
|
|
|
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
- run: tar xf prep/libhtp.tar.gz
|
|
|
|
|
- run: tar xf prep/suricata-update.tar.gz
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: cbindgen
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2528,7 +2528,7 @@ jobs:
|
|
|
|
|
- run: pip3 install PyYAML
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- name: Downloading prep archive
|
|
|
|
|
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2570,7 +2570,7 @@ jobs:
|
|
|
|
|
- name: cbindgen
|
|
|
|
|
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2626,7 +2626,7 @@ jobs:
|
|
|
|
|
- name: cbindgen
|
|
|
|
|
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
@ -2670,7 +2670,7 @@ jobs:
|
|
|
|
|
- name: cbindgen
|
|
|
|
|
run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
|
|
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
|
|
|
|
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
|
|
|
|
|
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
|
|
|
|
with:
|
|
|
|
|
name: prep
|
|
|
|
|
path: prep
|
|
|
|
|
|