Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Aug 28, 2023
1 parent b7d49ef commit cbb99d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

- name: install tools
run: |
sudo apt update && apt -y install xmlstarlet
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cbb99d8

Please sign in to comment.