Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Nov 22, 2024
1 parent 885b665 commit ec82c36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/2-multiplication/2-feed/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/actions/2-multiplication/3-lexer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .github/actions/3-exponentiation/6-grammar/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec82c36

Please sign in to comment.