From ec82c36fea084b7f594607f989c862efa4ff874c Mon Sep 17 00:00:00 2001 From: eq19 Date: Fri, 22 Nov 2024 01:45:40 +0000 Subject: [PATCH] update workflows --- .github/actions/2-multiplication/2-feed/action.yml | 2 +- .github/actions/2-multiplication/3-lexer/action.yml | 4 ---- .github/actions/3-exponentiation/6-grammar/action.yml | 7 +------ 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/actions/2-multiplication/2-feed/action.yml b/.github/actions/2-multiplication/2-feed/action.yml index 40ef32ed7..5184ff247 100644 --- a/.github/actions/2-multiplication/2-feed/action.yml +++ b/.github/actions/2-multiplication/2-feed/action.yml @@ -88,7 +88,7 @@ runs: id: variables shell: bash run: | - brew install mosh + brew install --quiet mosh doxygen IFS=', '; array=($(curl -L -s 'https://registry.hub.docker.com/v2/repositories/${{ inputs.image_name }}/tags?page_size=1024' | jq -rc '."results"[]["name"]' | yq eval -P | sed "s/ /, /g")) for ((i=0; i < ${#array[@]}; i++)); do if [[ "${array[$i]}" != "latest" ]]; then diff --git a/.github/actions/2-multiplication/3-lexer/action.yml b/.github/actions/2-multiplication/3-lexer/action.yml index ade828187..01c08a3a8 100644 --- a/.github/actions/2-multiplication/3-lexer/action.yml +++ b/.github/actions/2-multiplication/3-lexer/action.yml @@ -93,10 +93,6 @@ runs: CPPFLAGS: "-I/opt/homebrew/opt/qt@5/include" PKG_CONFIG_PATH: "/opt/homebrew/opt/qt@5/lib/pkgconfig" run: | - brew install --quiet doxygen - #export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/qt@5/bin:$PATH" - #cd ${{ inputs.action_path }} && mkdir build && cd build && cmake .. && make && sudo make install && ctest - ssh-keygen -t rsa -b 3072 -N '' -f $HOME/.ssh/google_compute_engine -C root sed -i.backup "1s|^|runner: |" $HOME/.ssh/google_compute_engine.pub && gh secret set GCP_ID_RSA < $HOME/.ssh/google_compute_engine diff --git a/.github/actions/3-exponentiation/6-grammar/action.yml b/.github/actions/3-exponentiation/6-grammar/action.yml index 28fb8fd6e..0d462f7ae 100644 --- a/.github/actions/3-exponentiation/6-grammar/action.yml +++ b/.github/actions/3-exponentiation/6-grammar/action.yml @@ -93,12 +93,7 @@ runs: cd ${{ inputs.runner_temp }}/wiki cat _Sidebar.md - ls -al . - ls -alR addition - ls -alR multiplication - ls -alR exponentiation - ls -alR identition - + ls -alR /home/runner/templates/doxygen fi - name: ⏪ Rewind all jobs on failure