mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
fix build.yml (x9)
This commit is contained in:
parent
0481681dd4
commit
a65772f575
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,10 +16,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Buildpack CLI
|
||||
run: |
|
||||
curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-linux.tgz" | tar -xzv -C /usr/local/bin
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
@ -18,7 +18,6 @@ RUN ./gradlew --no-daemon dependencies
|
||||
COPY src ./src
|
||||
|
||||
# Build the application
|
||||
RUN ./gradlew build
|
||||
RUN ./gradlew nativeCompile
|
||||
|
||||
# Runner Stage
|
||||
|
Loading…
x
Reference in New Issue
Block a user