Skip to content

Commit

Permalink
Fix scheduled ci (AFLplusplus#1688)
Browse files Browse the repository at this point in the history
* fix

* small z
  • Loading branch information
tokatoka authored Nov 22, 2023
1 parent 9a1173d commit cad2ff6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_rust_toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:
- cron: '0 0 * * *' # Debug

jobs:
update-timestamp:
update-rust-toolchains:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Commit & push data
run: |
sed -i 's/rustup toolchain install nightly[0-9a-ZA-Z-]*/\`date +"rustup toolchain install nightly-%Y-%m-%d"\`/' ./.github/workflows/build_and_test.yml
sed -i 's/rustup toolchain install nightly[0-9a-zA-Z\-]*/\`date +"rustup toolchain install nightly-%Y-%m-%d"\`/' ./.github/workflows/build_and_test.yml
git add -u
git commit -m "Update rust toolchain & time [$(date +'%Y-%m-%d %H:%M')]"
git push

0 comments on commit cad2ff6

Please sign in to comment.