File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,7 @@ permissions:
13
13
jobs :
14
14
test :
15
15
name : Run tests
16
- strategy :
17
- matrix :
18
- include :
19
- - { target: linux-64, os: ubuntu-latest }
20
- fail-fast : false
21
- runs-on : ${{ matrix.os }}
22
- timeout-minutes : 5
23
- defaults :
24
- run :
25
- shell : bash
16
+ runs-on : ubuntu-latest
26
17
steps :
27
18
- name : Checkout code
28
19
uses : actions/checkout@v4
34
25
35
26
package :
36
27
name : Create package
37
- strategy :
38
- matrix :
39
- include :
40
- - { target: linux-64, os: ubuntu-latest }
41
- fail-fast : false
42
- runs-on : ${{ matrix.os }}
43
- timeout-minutes : 5
44
- defaults :
45
- run :
46
- shell : bash
28
+ runs-on : ubuntu-latest
47
29
steps :
48
30
- name : Checkout code
49
31
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = ["saviorand"]
3
3
channels = [" conda-forge" , " https://conda.modular.com/max-nightly" , " https://repo.prefix.dev/mojo-community" ]
4
4
description = " Simple and fast HTTP framework for Mojo!"
5
5
name = " lightbug_http"
6
- platforms = [" osx-arm64" ]
6
+ platforms = [" osx-arm64" , " linux-64 " ]
7
7
version = " 0.1.0"
8
8
9
9
[tasks ]
You can’t perform that action at this time.
0 commit comments