Skip to content

Commit

Permalink
Merge pull request #78 from SARDONYX-sard/feature/stop-unnecessary-alloc
Browse files Browse the repository at this point in the history
Feature/stop unnecessary alloc
  • Loading branch information
SARDONYX-sard authored Nov 10, 2024
2 parents 63f7890 + a05c342 commit b70ed53
Show file tree
Hide file tree
Showing 78 changed files with 1,702 additions and 1,502 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Rust cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
prefix-key: cargo-debug-${{ matrix.platform }}

Expand All @@ -43,9 +43,9 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Rust cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
prefix-key: cargo-debug-${{ matrix.platform }}
- name: Install dependencies (ubuntu only)
Expand All @@ -65,9 +65,9 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Rust cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
prefix-key: cargo-release-${{ matrix.platform }}

Expand All @@ -82,7 +82,7 @@ jobs:
run: cargo build --release

- name: Node.js cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ${{ github.workspace }}/gui/frontend/.next/cache
# Generate a new cache whenever packages or source files change.
Expand All @@ -93,7 +93,7 @@ jobs:
run: npm ci

- name: Sync node version
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
mv ./target/release/dar2oar ./build
- name: Upload a Build Artifact
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: DAR_to_OAR_Converter-${{runner.os}}-Portable
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
Expand All @@ -34,7 +34,7 @@ jobs:
prefix-key: cargo-${{ matrix.platform }}

- name: Sync node version and setup cache
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down
Loading

0 comments on commit b70ed53

Please sign in to comment.