Skip to content

Commit

Permalink
we don't need dot on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed May 10, 2024
1 parent 5900b57 commit 854ee02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
override: true

- name: Install Dependencies
run: . ./dependencies.sh -yd
run: ./dependencies.sh -yd

- name: Configure
run: sudo ./configure.sh -yd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: apt install sudo -y

- name: Install Dependencies
run: . ./dependencies.sh -yd
run: ./dependencies.sh -yd

- name: Install file configuration
run: sudo ./configure.sh -yd
Expand Down

0 comments on commit 854ee02

Please sign in to comment.