Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 10, 2024
1 parent fae14d7 commit fae1575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container:
image: acheronfail/count
volumes:
- /var/count:/data
- /var/count:/var/count
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: pwd; false
# do the thing
- run: just test ${{ matrix.build }}
- run: just measure ${{ matrix.build }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
RUN curl -fSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get install -y nodejs

RUN curl -fSL https://sh.rustup.rs | sh -s -- -y
RUN curl -fSL https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
ENV PATH="/root/.cargo/bin:$PATH"

RUN curl -fSL \
Expand Down

0 comments on commit fae1575

Please sign in to comment.