Skip to content

Commit

Permalink
build with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 20, 2023
1 parent 116aad2 commit 71cb2ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic_webserver_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
env:
# use .tar.gz for quick testing
ARCHIVE_FORMAT: .tar.br
BASIC_WEBSERVER_BRANCH: more-features
BASIC_WEBSERVER_BRANCH: main

jobs:
fetch-releases:
Expand Down
4 changes: 0 additions & 4 deletions ci/build_basic_webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ set -euxo pipefail

git clone https://github.com/roc-lang/basic-webserver.git

cd basic-webserver
git checkout more-features
cd ..

OS=$(uname -s)
ARCH=$(uname -m)

Expand Down

0 comments on commit 71cb2ed

Please sign in to comment.