Skip to content

Commit

Permalink
action: test report action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiinarii committed Dec 11, 2024
1 parent ce141e2 commit dfef585
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Weekly Report

on:
schedule:
- cron: '0 0 * * *'
push
# schedule:
# - cron: '0 0 * * *'

jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -27,12 +28,13 @@ jobs:
build-essential \
gcc-multilib \
g++-multilib \
dejagnu
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
dejagnu \
rustc
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
- name: Generate report
run: |
cd utils/generator; \
cd util/generator; \
./weekly.sh > "weekly_report";
- name: Archive report
Expand Down

0 comments on commit dfef585

Please sign in to comment.