mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 03:30:01 +00:00
Compare commits
3 Commits
53b4833ae9
...
071fdb296b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
071fdb296b | ||
![]() |
aec6278a50 | ||
![]() |
054b3c828e |
2
.github/runners/runner-x64/Dockerfile
vendored
2
.github/runners/runner-x64/Dockerfile
vendored
@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
RUN apt update -y && apt upgrade -y && useradd -m docker
|
RUN apt update -y && apt upgrade -y && useradd -m docker
|
||||||
RUN apt install -y --no-install-recommends \
|
RUN apt install -y --no-install-recommends \
|
||||||
curl jq git \
|
curl jq git unzip \
|
||||||
# dev dependencies
|
# dev dependencies
|
||||||
build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \
|
build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \
|
||||||
# dot net core dependencies
|
# dot net core dependencies
|
||||||
|
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -119,6 +119,8 @@ jobs:
|
|||||||
-o benchmark-report.zip "$artifact_url"
|
-o benchmark-report.zip "$artifact_url"
|
||||||
|
|
||||||
mkdir -p benchmark-report
|
mkdir -p benchmark-report
|
||||||
|
# print ls -a
|
||||||
|
echo "$( ls -a benchmark-report )"
|
||||||
unzip benchmark-report.zip -d benchmark-report
|
unzip benchmark-report.zip -d benchmark-report
|
||||||
# there will be a tar file in the benchmark-report directory
|
# there will be a tar file in the benchmark-report directory
|
||||||
# called artifact.tar. unzip it into the benchmark-report
|
# called artifact.tar. unzip it into the benchmark-report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user