Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutra-Fs authored Oct 27, 2024
1 parent 387aa62 commit d3598e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: update package manager database
run: sudo apt-get update
- name: Install xmllint
run: sudo apt-get install libxml2-utils
- name: Run a multi-line script
- name: Run run.sh
run: |
chmod +x ./run.sh
./run.sh
Expand Down

0 comments on commit d3598e3

Please sign in to comment.