Skip to content

Commit

Permalink
Remove unused workflow and adjust identically named action
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 24, 2023
1 parent 16e6983 commit 4c96c82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Check out vscode-lingua-franca repository
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- name: Set up Java 17
run: |
echo "$JAVA_HOME_17_X64/bin" >> $GITHUB_PATH
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/build.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Set nightly version number
run: |
./.github/scripts/nightly-version.sh
- uses: ./.github/actions/build
- name: Build the extension
uses: ./.github/actions/build
- name: Report status
run: |
ls -l
Expand Down

0 comments on commit 4c96c82

Please sign in to comment.