Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Oct 16, 2024
1 parent c434116 commit 7a630ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ name: R-CMD-check.yaml

permissions: read-all

defaults:
run:
shell: bash

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down Expand Up @@ -49,6 +53,10 @@ jobs:
with:
workspaces: src/rust

- name: debug
run: |
Rscript -e 'pkgbuild::compile_dll()'
- uses: r-lib/actions/check-r-package@v2
with:
upload-results: 'never'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ name: build server

permissions: read-all

defaults:
run:
shell: bash

jobs:
build:
runs-on: ${{ matrix.config.os }}
Expand Down Expand Up @@ -45,7 +49,6 @@ jobs:
run: |
cargo version
cargo build --release --manifest-path ./src/rust/Cargo.toml -p vellogd-server
shell: bash
- uses: actions/upload-artifact@v4
if: github.ref_type == 'tag'
Expand Down

0 comments on commit 7a630ea

Please sign in to comment.