Skip to content

Commit

Permalink
refactor: rename dim to dim-core, use dim as a binary crate (#573)
Browse files Browse the repository at this point in the history
* refactor: rename dim to dim-core, use dim as a binary crate

* refactor: further organise dim-web route logic

* refactor: replace structopt for clapt+derive and remove unused deps

* Update node version to 16 in GitHub Actions workflow

The commit updates the node version from 14 to 16 in the GitHub Actions workflow file. This change ensures that the correct version of Node.js is used during the workflow execution.

* run prettier

* Remove download UI artifacts step in rust.yml

The commit removes the download UI artifacts step in the rust.yml file. This step was commented out as it is no longer needed for the workflow.
  • Loading branch information
mental32 authored Nov 8, 2023
1 parent 2d9b8af commit cc157da
Show file tree
Hide file tree
Showing 66 changed files with 1,914 additions and 1,310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
- name: Cache node_modules
uses: actions/cache@v2
env:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- run: sudo apt-get install -y libva-dev libva-drm2 libva2 sqlite3 ffmpeg
- uses: actions/checkout@v2

- name: Download UI artifacts
uses: dawidd6/action-download-artifact@v2
with:
workflow: react.yml
workflow_conclusion: success
branch: master
name: webui
path: ui/build
repo: ${{github.repository}}
# - name: Download UI artifacts
# uses: dawidd6/action-download-artifact@v2
# with:
# workflow: react.yml
# workflow_conclusion: success
# branch: master
# name: webui
# path: ui/build
# repo: ${{github.repository}}

- uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit cc157da

Please sign in to comment.