Skip to content

Commit

Permalink
cleanup build_linux_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi authored Apr 6, 2024
1 parent 9c4c2b1 commit 8654106
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_linux_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Setup python
uses: actions/setup-python@v5
Expand All @@ -25,12 +23,6 @@ jobs:
repository: FirestormViewer/fs-build-variables
path: .fs-build-variables

- name: Checkout master-message-template
uses: actions/checkout@v4
with:
repository: secondlife/master-message-template
path: .master-message-template

- name: Install autobuild and python dependencies
run: pip3 install autobuild llsd llbase

Expand Down

0 comments on commit 8654106

Please sign in to comment.