Skip to content

Commit

Permalink
chore(ci): test dae ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y0ngb1n committed Jul 19, 2024
1 parent 89bbd0c commit 11e3ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dae-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Commit changes
if: steps.get_dae_version.outputs.dae_version != ''
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
Expand Down
2 changes: 1 addition & 1 deletion dae/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get install -y llvm-15 clang-15 git make

ENV CLANG=clang-15
ARG DAE_VERSION="v0.6.0"
ARG DAE_VERSION="v0.5.0"
ENV DAE_VERSION=$DAE_VERSION

RUN git clone -b "$DAE_VERSION" --single-branch --depth 1 --recurse-submodules https://github.com/daeuniverse/dae.git . \
Expand Down

0 comments on commit 11e3ae6

Please sign in to comment.