mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
test
This commit is contained in:
@@ -50,5 +50,5 @@ runs:
|
|||||||
shared-key: ${{ inputs.cache-shared-key }}
|
shared-key: ${{ inputs.cache-shared-key }}
|
||||||
save-if: ${{ inputs.cache-save-if }}
|
save-if: ${{ inputs.cache-save-if }}
|
||||||
|
|
||||||
- uses: mlugg/setup-zig@v1
|
- uses: mlugg/setup-zig@v2
|
||||||
- uses: taiki-e/install-action@cargo-zigbuild
|
- uses: taiki-e/install-action@cargo-zigbuild
|
||||||
|
|||||||
@@ -36,6 +36,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up authentication
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
echo "Authenticated with GITHUB_TOKEN"
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
with:
|
with:
|
||||||
cache-shared-key: rustfs.${{ matrix.variant.profile }}.${{ matrix.variant.target }}.${{ matrix.variant.glibc }}
|
cache-shared-key: rustfs.${{ matrix.variant.profile }}.${{ matrix.variant.target }}.${{ matrix.variant.glibc }}
|
||||||
@@ -133,6 +138,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool: dioxus-cli
|
tool: dioxus-cli
|
||||||
- name: Build and Bundle rustfs-gui
|
- name: Build and Bundle rustfs-gui
|
||||||
|
id: package
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user