Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Nov 1, 2023
1 parent 69ac543 commit d9d0a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: image
name: Building Image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linter
name: Coding Linter

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /www

COPY ./ .

RUN apk add --no-cache musl-dev \
RUN apk add --no-cache musl-dev libssl-dev \
&& cargo build --release


Expand Down

0 comments on commit d9d0a4e

Please sign in to comment.